gsap.from()
gsap.from(".selector", { toVars });
“Pretend it starts somewhere else, then animate it to where it is now.”
You’re telling GSAP the starting point, and it will animate from there to the element’s actual position.
a
COded version
webflow GSAP
a