文件名称:es6-tween:tween.js的ES6版本
文件大小:223KB
文件格式:ZIP
更新时间:2024-05-31 15:22:59
JavaScript
es6-tween 由于没有社区的支持,也没有对作者的经济支持,因此该项目的开发被暂停 高性能动画,无后顾之忧 适用于Web和节点的简单,模块化和功能化的动画库 在性能很重要的地方需要使用补间库 灵活,可扩展,模块化且节省资源的补间库 构架 文件 TWEEN . autoPlay ( true ) ; // simplify the your code let coords = { x : 0 , y : 0 } ; let tween = new TWEEN . Tween ( coords ) . to ( { x : 100 , y : 100 } , 1000 ) . on ( 'update' , ( { x , y } ) => { console . log ( `The values is x: ${ x } and y: ${ y } ` ) ;
【文件预览】:
es6-tween-master
----.gitignore(103B)
----README.md(7KB)
----logo()
--------box.svg(2KB)
--------es6-logo.svg(18KB)
----.github()
--------FUNDING.yml(666B)
--------ISSUE_TEMPLATE()
----rollup.config.js(230B)
----jsdoc.json(650B)
----performance()
--------kute.html(2KB)
--------TweenMax.js(385KB)
--------kute.js(41KB)
--------gsap.html(2KB)
--------es6-tween.html(2KB)
----.prettierrc(136B)
----.vscode()
--------settings.json(198B)
----examples()
--------test.html(2KB)
--------basic.html(1KB)
----LICENSE(1KB)
----package.json(2KB)
----CONTRIBUTING.md(1KB)
----withPage.js(976B)
----src()
--------NodeCache.js(1KB)
--------constants.js(10KB)
--------PlaybackPosition.js(2KB)
--------Easing.js(4KB)
--------Timeline.js(9KB)
--------core.js(6KB)
--------index.js(730B)
--------shim.js(455B)
--------Interpolation.js(6KB)
--------Interpolator.js(2KB)
--------selector.js(918B)
--------Tween.js(21KB)
----CODE_OF_CONDUCT.md(3KB)
----.babelrc(287B)
----test.js(12KB)
----.eslintignore(147B)
----.npmignore(193B)
----.travis.yml(157B)
----.editorconfig(0B)
----.eslintrc.json(319B)
----API.md(20KB)
----package-lock.json(263KB)