... const delay = Math.hypot(e.target.x - el.x, e.target.y - el.y) / diag * 2; gsap.delayedCall(delay, () => { gsap.to(el, { value: value, duration: 0.7, ...
確定! 回上一頁