Handles GSAP timeline sequencing with proper position parameter usage, label management, and playback controls. You'd reach for this when chaining multiple animations instead of using delays, or when you need precise timing control for complex motion choreography. The skill emphasizes timeline defaults for inheritance and covers nesting patterns. One honest take: timelines are where GSAP really shines over CSS animations, and this skill pushes you toward the position parameter and labels rather than fighting with manual delay calculations. Includes specific guidance on ScrollTrigger placement and playback methods like tweenFromTo.
npx skills add https://github.com/greensock/gsap-skills --skill gsap-timeline