https://github.com/hxfdarling/zanimate
js动画插件:支持自定义动画;支持css属性auto动画;支持滚动动画;支持增量动画
https://github.com/hxfdarling/zanimate
Last synced: 3 months ago
JSON representation
js动画插件:支持自定义动画;支持css属性auto动画;支持滚动动画;支持增量动画
- Host: GitHub
- URL: https://github.com/hxfdarling/zanimate
- Owner: hxfdarling
- Created: 2016-04-27T09:26:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T09:33:54.000Z (about 9 years ago)
- Last Synced: 2025-02-19T13:46:46.181Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zAnimate
js动画插件:支持自定义动画;支持css属性auto动画;支持滚动动画;支持增量动画example:
$('#test').zAnimate({
width:{to:'auto'},
height:{to:200}
});
$('#test').zAnimate({
scrollTop:{delta:120},
scrollLeft:{to:200}
});