https://github.com/liyanlong/anim-num
transform & transition animation number, a simple component
https://github.com/liyanlong/anim-num
animate javascript number
Last synced: 4 days ago
JSON representation
transform & transition animation number, a simple component
- Host: GitHub
- URL: https://github.com/liyanlong/anim-num
- Owner: liyanlong
- Created: 2017-11-03T15:13:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T01:39:29.000Z (over 7 years ago)
- Last Synced: 2025-06-06T21:45:45.900Z (11 days ago)
- Topics: animate, javascript, number
- Language: JavaScript
- Homepage: https://liyanlong.github.io/anim-num/
- Size: 489 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anim-Num
> 全称: animate-number, 具有动画能力的数字. 默认采用 transform + transition 过渡动画## 动画队列
当前动画未结束时, 执行了 `update()` 后, 会将变化的值存入一个动画队列, 同时返回
`Promise` 对象, 可以用来对指定的`update()`动画结束后的操作.