What problem does it solve? Building smooth, scroll-driven web animations with GSAP and ScrollTrigger involves complex timing, pinning, scrubbing, and sequencing logic that is easy to get wrong, leading to janky or broken animation behavior. ## Core Features & Use Cases - Animation Patterns: Provides copy-paste patterns for tweens, timelines, pinning, scrubbing, parallax, horizontal scrolling, and staggered animations. - Framework Integration: Includes integration examples for React (useGSAP hook), Three.js/WebGL, and Locomotive Scroll. - Code Generation Scripts: Ships Python scripts to generate GSAP boilerplate and interactively build timeline sequences. - Use Case: When building a scrollytelling landing page, use this Skill to generate a pinned horizontal-scroll section with scrubbed timeline animations and proper cleanup in a React component. ## Quick Start Use the gsap-scrolltrigger skill to create a pinned scroll-driven animation that fades in each section of my page as the user scrolls.