Skip to content

Commit 73c934b

Browse files
committed
Merge branch 'master' of github.com:react-component/queue-anim
2 parents 6e1e44a + 105a267 commit 73c934b

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

.github/dependabot.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "21:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: rc-tools
11+
versions:
12+
- "< 10, >= 9.a"
13+
- dependency-name: "@types/react"
14+
versions:
15+
- 17.0.0
16+
- 17.0.1
17+
- 17.0.2
18+
- 17.0.3
19+
- dependency-name: rc-dialog
20+
versions:
21+
- 8.5.1

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History
22

33
---
4+
5+
## 2.0
6+
重构,动画依赖使用 [tween-one](https://www.npmjs.com/package/tween-one);
7+
8+
49
## 1.5.0
510
更新多次刷新同一块东西时导至无出场。。具体查看 doubleUpdate demo;
611

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ Animate React Component in queue, thanks to [rc-animate](https://github.com/reac
2727
[download-url]: https://npmjs.org/package/rc-queue-anim
2828

2929
## Example
30+
2.x: https://queue-anim.vercel.app/
3031

31-
http://react-component.github.io/queue-anim/examples/
32+
1.x: http://react-component.github.io/queue-anim/examples/
3233

3334
![](https://t.alipayobjects.com/images/rmsweb/T12PliXjXgXXXXXXXX.gif)
3435

0 commit comments

Comments
 (0)