Timeline positioning
gsap.timeline()
By default, animations in a timeline run one after another.You can change the start position of each tween using position parameters.
"+=x" → start x seconds after previous ends
"-=x" → start x seconds before previous ends (overlap)
"<" → start with previous
"-=x" → start x seconds before previous ends (overlap)
"<" → start with previous
a
B
C
COded version
webflow GSAP
a
B
C