What problem does it solve?
This Skill helps you design and debug complex web animations that stay smooth and reliable, especially when orchestrating multiple elements and scroll interactions.
Core Features & Use Cases
- Timeline-based animation orchestration: chain tweens and sequences with
gsap.timeline() for consistent motion across many UI elements.
- Scroll-driven storytelling with ScrollTrigger: configure
trigger/start/end/scrub/pin/snap/markers to create pinned sections and scrubbed animations.
- Performance-first motion patterns: prefer transform-based properties and
autoAlpha to reduce layout jank, plus recipes for common entrance and sequencing workflows.
Quick Start
Use the gsap skill to implement a staggered hero entrance and a ScrollTrigger-based pinned section for your page, then ask it to point out any likely performance or SPA/React cleanup pitfalls.