We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96201ee commit 4ae82c6Copy full SHA for 4ae82c6
README.md
@@ -60,7 +60,7 @@ ReactDom.render(
60
| props | type | default | description |
61
|------------|----------------|---------|----------------|
62
| type | string / array | `right` | Animation Styles <br/>`alpha` `left` `right` `top` `bottom` `scale` `scaleBig` `scaleX` `scaleY`|
63
-| animConfig | object / array | null | Custom Velocity config, See below for more details [animConfig](#animConfig) |
+| animConfig | object / array | null | Custom config, See below for more details [animConfig](#animConfig) |
64
| delay | number / array | 0 | delay of animation |
65
| duration | number / array | 450 | duration of animation |
66
| interval | number / array | 100 | interval of duration |
0 commit comments