What problem does it solve? Building showcase-tier, scroll-driven animations requires coordinating GSAP timelines, ScrollTrigger scrubbing and pinning, and Lenis smooth scrolling, which is error-prone without proven patterns for setup, React integration, and cleanup. ## Core Features & Use Cases - ScrollTrigger Patterns: Ready-to-use code for scrub, pin, snap, horizontal scroll sections, and parallax layers. - Text and SVG Morphing: SplitText character reveals and MorphSVG path morphing tied to scroll position. - React Integration: LenisProvider setup, gsap.context() cleanup, and reduced-motion handling for Next.js apps. - Use Case: You are building a marketing landing page and need a pinned hero section with staggered text reveal, parallax background layers, and smooth scrolling that respects prefers-reduced-motion. ## Quick Start Ask the agent to add a scroll-triggered pinned section with staggered text reveal and smooth scrolling to your landing page using GSAP and Lenis.