文件名称:gsap-customease:Greensock的CustomEase插件
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-03 01:18:11
JavaScript
CustomEase的插件的 用于自定义的GSAP插件简化了构建过程。 用法 连接插件: [removed][removed] 用: CustomEase . create ( 'test' , [ { s : 0 , cp : - 0.014 , e : 0.232 } , { s : 0.232 , cp : 0.478 , e : 0.984 } , { s : 0.984 , cp : 1.49 , e : 0.996 } , { s : 0.996 , cp : 0.502 , e : 1 } ] ) ; TweenMax . to ( document . getElementById ( 'divy' ) , 2 , { x : 400 , ease : CustomEase . byName ( 'test' ) } ) ; 什么是
【文件预览】:
gsap-customease-master
----.gitignore(15B)
----README.md(804B)
----customease.js(940B)