What problem does it solve? Coordinating multiple animations with chained delays becomes fragile and hard to maintain. This Skill provides the official GSAP timeline patterns for sequencing tweens in order or in parallel, so multi-step animations stay readable and controllable. ## Core Features & Use Cases - Timeline creation and defaults: Build gsap.timeline() instances with shared defaults for duration and easing inherited by all child tweens. - Position parameter and labels: Place tweens at absolute times, relative offsets, or named labels for precise sequencing control. - Nesting and playback control: Nest child timelines inside a master timeline and control playback with play, pause, reverse, restart, seek, and kill. - Use Case: When building a landing page intro where a logo fades in, a headline slides up, and a button scales in with overlap, use this Skill to choreograph the sequence with labels and relative positioning instead of stacked delays. ## Quick Start Use the gsap-timeline skill to sequence my hero section animations so the headline, subtitle, and button animate in order with a slight overlap.