What problem does it solve? Building polished web animations with GSAP requires knowing the right APIs, easing patterns, and performance pitfalls; this Skill provides the patterns and fixes needed to add or debug professional motion in HTML/CSS/JS/React projects. ## Core Features & Use Cases - Tween and Timeline Patterns: Covers gsap.to, gsap.from, gsap.fromTo, timeline chaining, position parameters, eases, and staggers for orchestrated sequences. - ScrollTrigger Integration: Provides scroll-driven animation setups with scrub, pin, snap, and markers, plus standalone ScrollTrigger.create usage. - Pitfall Remediation: Diagnoses jank from layout-property animation, ScrollTrigger not firing, SPA cleanup with gsap.context, and FOUC from early measurement. - Use Case: A React developer needs a hero entrance with staggered elements and a pinned scroll-scrubbed story section; the Skill supplies ready recipes and cleanup guidance for unmounting. ## Quick Start Use the gsap skill to create a staggered hero entrance animation and a pinned ScrollTrigger section for my React landing page.