gsap.to()
gsap.to(".selector", { toVars });
"Start where it is, and animate to where you want it to end."
You’re telling GSAP the destination — it figures out the path from the current position.
a
COded version
webflow GSAP
a