文件名称:craftytweener:CraftyJS 的 Tweener 组件
文件大小:211KB
文件格式:ZIP
更新时间:2024-07-24 11:52:11
javascript animation transition craftyjs easing-equations
CraftyJS 的 Tweener 一个 CraftyJS 组件,用于通过缓动效果为 2D 属性设置动画,灵感来自。 缓动方程基于,在未压缩的代码中正确包含了使用条款。 它与 Crafty 的 Tween 核心组件没有冲突。 ##Available Transitions 可用的缓动过渡是: 线性('线性') 二次方('easeInQuad'、'easeOutQuad'、'easeInOutQuad') 立方('easeInCubic','easeOutCubic','easeInOutCubic') 四次 ('easeInQuart', 'easeOutQuart', 'easeInOutQuart') Quintic ('easeInQuint', 'easeOutQuint', 'easeInOutQuint') 正弦曲线('easeInSine'、'easeOut
【文件预览】:
craftytweener-master
----index.html(2KB)
----.gitattributes(483B)
----changelog.txt(34B)
----src()
--------entities()
--------config.js(170B)
--------components()
--------libs()
--------sprites.js(2KB)
--------scenes()
--------game.js(2KB)
----web()
--------images()
--------css()
----samples()
--------stop-tweener.html(961B)
----README.md(3KB)
----.gitignore(2KB)
----package.json(982B)