easing
gsap.to('.box', { y: 100, duration: 1, ease: expo.inOut });
Easing controls how an animation moves from start to end — whether it starts slow and speeds up, slows down at the end, bounces, or moves at a constant pace.
a
COded version
webflow GSAP
a