What problem does it solve? Building scroll-driven animations like parallax, pinned sections, and scroll-scrubbed timelines requires precise control over trigger positions, viewport calculations, and cleanup logic that is easy to get wrong without guidance. ## Core Features & Use Cases - Scroll-Linked Animations: Tie tweens and timelines to scroll position with configurable start/end points, toggleActions, and scrub smoothing. - Pinning & Horizontal Scroll: Pin sections during scroll ranges and build fake horizontal scroll experiences using containerAnimation with ease: "none". - Batching & Integration: Use ScrollTrigger.batch() for staggered viewport reveals and scrollerProxy() to integrate third-party smooth-scroll libraries. - Use Case: When a user asks to pin a hero section while content scrolls horizontally, the skill provides the correct pinned trigger, xPercent tween, and containerAnimation wiring with proper cleanup. ## Quick Start Use the gsap-scrolltrigger skill to pin a section and scrub a timeline as the user scrolls through it.