micro-tween:调低了,soletween的commonjs版本

时间:2024-05-19 11:49:43
【文件属性】:

文件名称:micro-tween:调低了,soletween的commonjs版本

文件大小:13KB

文件格式:ZIP

更新时间:2024-05-19 11:49:43

JavaScript

微型补间 精简版commonjs版本 npm i micro-tween 显着变化 缓动功能位于micro-tween/ease中,以节省文件大小。 window.performance.now Polyfills已被删除,取而代之的是Date.now 。 其他移除: 无插值 没有字符串相对值 没有安全检查 在函数中没有this上下文,请使用传递的对象 没有构造函数 没有getAll / removeAll补间 其他一切都可以工作! 例子 var tween = require ( 'micro-tween' ) ; var elasticInOut = require ( 'micro-tween/ease/elasticInOut' ) ; tween ( { x : 0 } ) . to ( { x : 100 } ) . yoyo ( ) . repe


【文件预览】:
micro-tween-master
----.gitignore(526B)
----README.md(1KB)
----LICENSE(1KB)
----.eslintrc(1KB)
----package.json(502B)
----ease()
--------bounceIn.js(107B)
--------quarticOut.js(67B)
--------cubicIn.js(56B)
--------quadraticOut.js(57B)
--------exponentialInOut.js(250B)
--------linear.js(47B)
--------exponentialOut.js(86B)
--------backOut.js(99B)
--------quadraticIn.js(51B)
--------elasticOut.js(378B)
--------sinusoidalOut.js(71B)
--------circularInOut.js(167B)
--------sinusoidalIn.js(75B)
--------quadraticInOut.js(132B)
--------backInOut.js(199B)
--------quinticOut.js(69B)
--------quarticInOut.js(147B)
--------cubicOut.js(61B)
--------cubicInOut.js(137B)
--------circularIn.js(70B)
--------quarticIn.js(59B)
--------bounceInOut.js(221B)
--------sinusoidalInOut.js(79B)
--------quinticIn.js(63B)
--------elasticInOut.js(517B)
--------elasticIn.js(381B)
--------bounceOut.js(354B)
--------quinticInOut.js(153B)
--------backIn.js(92B)
--------circularOut.js(70B)
--------exponentialIn.js(81B)
----index.js(4KB)
----test.js(376B)
----loop.js(591B)

网友评论