setTimeout(()=>{ // 停掉gsap.to(bunny, {x: 100}) 的補間動畫, // 由於還有y 補間動畫,會觸發onComplete gsap.killTweensOf(bunny, {x: true}); gsap.set(bunny, ...
確定! 回上一頁