What problem does it solve?
This Skill removes the complexity of coordinating multiple animations by providing clear guidance on using GSAP timelines to sequence, overlap, and control groups of tweens so animations play reliably and remain maintainable.
Core Features & Use Cases
- Timeline sequencing: Append and position tweens precisely so multi-step animations play in order or in parallel as intended.
- Position parameter & labels: Use absolute, relative, and label-based placement to choreograph timing without brittle delays.
- Nesting & defaults: Compose nested timelines, inherit shared defaults, and keep reusable animation blocks clean.
- Playback control: Programmatically play, pause, reverse, seek, or restart complex animation flows.
- Use Case: Build a hero section entrance sequence, animate a multi-part component interaction, or orchestrate launch/exit sequences across a page.
Quick Start
Create a gsap.timeline(), add your tweens with the position parameter or labels, then call play() to run the composed animation from a specific label or time.