gsap.fromto()
gsap.fromTo(".selector", { fromVars }, { toVars });
“Tell GSAP exactly where to start and exactly where to end.”
You define both the starting point and the destination, instead of letting GSAP figure one of them out.
a
COded version
webflow GSAP
a