tween.js:JavaScript动画引擎

时间:2021-02-22 07:59:38
【文件属性】:
文件名称:tween.js:JavaScript动画引擎
文件大小:600KB
文件格式:ZIP
更新时间:2021-02-22 07:59:38
TypeScript tween.js JavaScript补间引擎可简化动画,并结合了优化的Robert Penner方程。 更新说明在v18中,您应包括的脚本已从src/Tween.js移至dist/tween.umd.js 。 请参阅下面的。 const box = document . createElement ( 'div' ) box . style . setProperty ( 'background-color' , '#008800' ) box . style . setProperty ( 'width' , '100px' ) box . style . setProperty ( 'height' , '100px' ) document . body . appendChild ( box ) // Setup the animation loop. function an
【文件预览】:
tween.js-master
----rollup.config.js(881B)
----.github()
--------workflows()
----.eslintrc.js(676B)
----README_zh-CN.md(10KB)
----.prettierignore(46B)
----src()
--------mainGroup.ts(66B)
--------Interpolation.ts(2KB)
--------Group.ts(2KB)
--------Sequence.ts(138B)
--------Index.ts(2KB)
--------Tween.ts(13KB)
--------Now.ts(998B)
--------tests.ts(38KB)
--------Version.ts(48B)
--------Easing.ts(5KB)
----scripts()
--------write-version.js(360B)
----.npmignore(57B)
----examples()
--------15_complex_properties.html(2KB)
--------11_stop_all_chained_tweens.html(2KB)
--------04_simplest.html(1KB)
--------02_black_and_red.html(2KB)
--------13_relative_start_time.html(2KB)
--------05_video_and_time.html(2KB)
--------js()
--------01_bars.html(2KB)
--------video()
--------00_hello_world.html(2KB)
--------12_graphs_custom_functions.html(3KB)
--------16_animate_an_array_of_values.html(2KB)
--------css()
--------07_dynamic_to.html(3KB)
--------09_relative_values.html(2KB)
--------10_yoyo.html(4KB)
--------14_pause_tween.html(2KB)
--------03_graphs.html(4KB)
--------08_repeat.html(2KB)
--------06_array_interpolation.html(3KB)
----CONTRIBUTING.md(1KB)
----tsconfig.json(296B)
----LICENSE(1KB)
----assets()
--------examples()
--------style.css(448B)
--------projects()
----test()
--------unit()
----README.md(9KB)
----dist()
--------tween.cjs.js(28KB)
--------tween.esm.js(28KB)
--------tween.amd.js(31KB)
--------tween.umd.js(31KB)
--------tween.d.ts(8KB)
----docs()
--------imgs()
--------user_guide_zh-CN.md(18KB)
--------contributor_guide.md(5KB)
--------user_guide.md(21KB)
--------contributor_guide_zh-CN.md(10KB)
----.editorconfig(255B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(67B)
----.prettierrc.js(159B)
----package-lock.json(107KB)
----package.json(2KB)

网友评论