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 388f209 commit cae4172Copy full SHA for cae4172
README.md
@@ -65,7 +65,7 @@ ReactDom.render(
65
| duration | number / array | 450 | duration of animation |
66
| interval | number / array | 100 | interval of duration |
67
| leaveReverse | boolean | false | reverse animation order at leave |
68
-| ease | string / array | `easeOutQuart` | animation easing config like `'ease'`, `['easeIn', 'easeOut']`, `[[.42,0,.58,1]`, [.42,0,.58,1]]: [more](http://julian.com/research/velocity/#easing) |
+| ease | string / array | `easeOutQuart` | animation easing config like `'ease'`, `['easeIn', 'easeOut']`, `[[.42,0,.58,1]`, [.42,0,.58,1]]: [more](http://easings.net/en) |
69
| appear | boolean | true | whether support appear anim |
70
| component | string / React.Element | `div` | component tag |
71
| componentProps | Object | null | component is React.Element, component tag props |
0 commit comments