文件名称:tween24js:Tween24 for JavaScript
文件大小:168KB
文件格式:ZIP
更新时间:2024-04-26 08:19:45
JavaScript
tween24.js Tween24适用于JavaScript。 最新版本: 0.2.0 属性方法 X() y() xy() α() 延迟() 补间方法 补间() Struts() serial() 平行线() 等待() func() 样本 // Single Tween Tween24 . tween ( target , 1 , Ease24 . _6_ExpoInOut ) . xy ( 400 , 400 ) . alpha ( 0.5 ) . delay ( 1 ) . play ( ) ; // Serial Tween Tween24 . serial ( Tween24 . tween ( target , 1 , Ease24 . _6_ExpoInOut ) . x ( 400 ) , Tween24 . tween ( targe
【文件预览】:
tween24js-master
----.node-version(7B)
----webpack.config.js(524B)
----src()
--------Tween24.js(40KB)
--------utils()
--------index.ts(91B)
--------Ease24.js(22KB)
--------geom()
--------Tween24.ts(35KB)
--------core()
--------Ease24.ts(20KB)
--------index.js(92B)
----tsconfig.json(6KB)
----README.md(972B)
----sample()
--------index.html(3KB)
--------test_speed.html(656B)
--------easing.html(4KB)
--------timer.html(2KB)
----dist()
--------tween24.js(34KB)
----.gitignore(65B)
----package-lock.json(470KB)
----package.json(745B)