Skip to content

Commit cae4172

Browse files
authored
Update README.md
1 parent 388f209 commit cae4172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ReactDom.render(
6565
| duration | number / array | 450 | duration of animation |
6666
| interval | number / array | 100 | interval of duration |
6767
| 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) |
68+
| ease | string / array | `easeOutQuart` | animation easing config like `'ease'`, `['easeIn', 'easeOut']`, `[[.42,0,.58,1]`, [.42,0,.58,1]]: [more](http://easings.net/en) |
6969
| appear | boolean | true | whether support appear anim |
7070
| component | string / React.Element | `div` | component tag |
7171
| componentProps | Object | null | component is React.Element, component tag props |

0 commit comments

Comments
 (0)