What problem does it solve? Building polished web animations with GSAP requires knowing the right APIs, easing patterns, and performance pitfalls, and mistakes like animating layout properties or leaking ScrollTriggers in SPAs cause jank and bugs. ## Core Features & Use Cases - Tween and Timeline Patterns: Provides ready-to-use recipes for gsap.to, gsap.from, gsap.fromTo, and chained timelines with position parameters and labels. - ScrollTrigger Integration: Covers scroll-driven animations with scrub, pin, snap, and standalone ScrollTrigger.create configurations. - Pitfall Diagnosis: Documents fixes for common issues like layout-property jank, ScrollTrigger not firing, FOUC, and missing cleanup in React/SPA apps. - Use Case: A developer building a landing page needs a staggered hero entrance and a pinned scroll-scrub section; this Skill supplies the exact timeline and ScrollTrigger code plus cleanup guidance for React. ## Quick Start Use the gsap skill to create a staggered hero entrance animation and a pinned scroll-scrub section for my landing page.