Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mciastek committed Mar 21, 2021
1 parent 9fe5e21 commit 8d53c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ By default every animation is played once. You can change it by setting `once` o
|---------------------------|-------------|---------------|---------|
| `threshold` | Number | Percentage of an element's area that needs to be visible to launch animation (see [docs](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/thresholds)) | `0.5` |
| `once` | Boolean | Defines if animation needs to be launched once. Can be overridden, see [Repeating Animation](#repeating-animation). | `true` |
| `disable` | Boolean | Flag for disabling animations | `false` |
| `disabled` | Boolean or Function | Flag (or a function returning boolean) for disabling animations | `false` |

You can set options during Sal's initialization, e.g.:

Expand Down

0 comments on commit 8d53c12

Please sign in to comment.