What problem does it solve? Building immersive scrolling websites with smooth scroll, parallax depth, and scroll-triggered animations requires coordinating many data attributes, configuration options, and event handlers, and integrating with GSAP ScrollTrigger adds further complexity. ## Core Features & Use Cases - Smooth Scrolling & Parallax: Configure hardware-accelerated smooth scroll with lerp control, multi-speed parallax layers, sticky elements, and horizontal scrolling via data attributes. - Viewport Detection & Events: Track element visibility progress, scroll speed and direction, and trigger callbacks with data-scroll-call for scroll-driven interactions. - GSAP ScrollTrigger Integration: Set up scrollerProxy to combine Locomotive Scroll's smooth scrolling with GSAP timelines, pinning, and scrubbed animations. - Use Case: You are building a storytelling landing page and need a hero section with layered parallax, a sticky sidebar, and fade-in cards that animate as they enter the viewport, all synced with GSAP animations. ## Quick Start Ask the AI to set up Locomotive Scroll with smooth scrolling and parallax effects on your page, optionally generating a configuration with the included scripts.