Skip to content

Commit

Permalink
Merge branch 'master' of github.com:react-component/queue-anim
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed Jul 22, 2021
2 parents 6e1e44a + 105a267 commit 73c934b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: rc-tools
versions:
- "< 10, >= 9.a"
- dependency-name: "@types/react"
versions:
- 17.0.0
- 17.0.1
- 17.0.2
- 17.0.3
- dependency-name: rc-dialog
versions:
- 8.5.1
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History

---

## 2.0
重构,动画依赖使用 [tween-one](https://www.npmjs.com/package/tween-one);


## 1.5.0
更新多次刷新同一块东西时导至无出场。。具体查看 doubleUpdate demo;

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ Animate React Component in queue, thanks to [rc-animate](https://github.com/reac
[download-url]: https://npmjs.org/package/rc-queue-anim

## Example
2.x: https://queue-anim.vercel.app/

http://react-component.github.io/queue-anim/examples/
1.x: http://react-component.github.io/queue-anim/examples/

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

Expand Down

0 comments on commit 73c934b

Please sign in to comment.