文件名称:tween:使用“轻松”的补间动画引擎
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-08 13:56:00
HTML
补间 使用补间动画部分。 安装 $ component install component/tween 例子 var Tween = require ( 'tween' ) ; var raf = require ( 'raf' ) ; var button = document . querySelector ( 'button' ) ; var tween = Tween ( { rotate : 0 , opacity : 0 } ) . ease ( 'out-bounce' ) . to ( { rotate : 360 , opacity : 1 } ) . duration ( 800 ) ; tween . update ( function ( o ) { button . style . opacity = o . opacity ; butt
【文件预览】:
tween-master
----index.js(3KB)
----package.json(666B)
----component.json(487B)
----Readme.md(1KB)
----examples()
--------circle.html(938B)
--------dom.html(717B)
--------interactive.html(1KB)
--------rect.html(889B)
--------ball.html(1KB)
--------array.html(842B)
----.gitignore(17B)
----History.md(598B)
----Makefile(271B)