You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# rc-queue-anim
2
2
---
3
3
4
-
Animate React Component in queue, thanks to [rc-animate](https://github.com/react-component/animate) and [enter-animation](https://github.com/ant-design/enter-animation).
4
+
Animate React Component in queue, thanks to [rc-animate](https://github.com/react-component/animate) and [enter-animation](https://github.com/jljsj33/enter-animation).
5
5
6
6
[![NPM version][npm-image]][npm-url]
7
7
[![build status][travis-image]][travis-url]
@@ -23,13 +23,10 @@ Animate React Component in queue, thanks to [rc-animate](https://github.com/reac
| animatingClassName | array |`['queue-anim-entering', 'queue-anim-leaving']`| className to every element of animating |
72
-
| onEnd | function | null | animate end callback({ key, type }), type: `enter` or `leave`|
71
+
| onEnd | function | null | animate end callback({ key, type }), type: `enter` or `leave`|
73
72
74
73
> Above props support array format, like `['left', 'top']`, the secord item is leave config. [Demo](http://react-component.github.io/queue-anim/examples/enter-leave.html)
0 commit comments