gsap.to(".elem", { keyframes: { "0%": { x: 100, y: 100}, "75%": { x: 0, y: 0, ease: 'sine.out'}, // finetune with individual eases "100%": { x: 50, y: 50 }, easeEach: 'expo.inOut' // ease between keyframes }, ease: 'none' // ease the entire keyframe block duration: 2, })
gsap 百分比写法
标签:百分比,ease,gsap,keyframes,100,写法 From: https://www.cnblogs.com/newmiracle/p/17024559.html