Web可编辑的贝塞尔曲线 easing 函数
Posted on Fri 26 November 2021 in 游戏开发
网站:
https://cubic-bezier.com/#.34,1.56,.85,1.31
或 https://codepen.io/osublake/pen/OyPGEo
再使用这个脚本生成Easing函数
https://gist.github.com/OSUblake/4d9f0caf980f4ee492ef
用法:
TweenLite.to(path, 2, { ease: CubicBezier.config(1, 2, 3, 4) });