gsap-promisify:替换TweenMax或TweenLite回调以获得诺言

时间:2024-06-03 08:34:47
【文件属性】:

文件名称:gsap-promisify:替换TweenMax或TweenLite回调以获得诺言

文件大小:59KB

文件格式:ZIP

更新时间:2024-06-03 08:34:47

promises promise gsap tweenlite tweenmax

GSAP承诺 将GSAP TweenMax或TweenLite回调替换为promises。 这是npm软件包gsap-lite-promise的改进版本。 该软件包不包含GSAP,以将硬性依赖关系与软件包版本解耦并提高其灵活性。 require ( 'gsap/src/uncompressed/TweenMax.js' ) ; const animate = require ( 'gsap-promisify' ) ( Promise , window . TweenMax ) ; Promise . all ( [ animate ( element , 1.0 , { x : 10 } ) , animate ( element , 1.0 , { y : 10 , delay : 0.5 } ) ] ) . then ( function ( ) { console . l


【文件预览】:
gsap-promisify-master
----.gitignore(894B)
----.eslintrc(457B)
----package.json(1KB)
----package-lock.json(263KB)
----LICENSE(1KB)
----index.js(2KB)
----test.js(2KB)
----README.md(2KB)
----.editorconfig(236B)
----.prettierrc(47B)

网友评论