An open API service indexing awesome lists of open source software.

https://github.com/hxfdarling/zanimate

js动画插件:支持自定义动画;支持css属性auto动画;支持滚动动画;支持增量动画
https://github.com/hxfdarling/zanimate

Last synced: 3 months ago
JSON representation

js动画插件:支持自定义动画;支持css属性auto动画;支持滚动动画;支持增量动画

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}
});