What problem does it solve? Adding animations to Shopify themes often hurts page speed and Core Web Vitals because developers load heavy libraries globally, animate layout-triggering properties, or ignore reduced-motion accessibility. This Skill provides ready-to-use, performance-budgeted animation patterns for Liquid sections that never block rendering or cause layout shift. ## Core Features & Use Cases - CSS-Only Animations: Fade-ins, stagger effects, hover micro-interactions, marquees, skeleton loaders, and clip-path reveals with zero JavaScript cost. - Scroll-Driven Animations: Native CSS animation-timeline patterns with @supports fallbacks, plus a reusable Intersection Observer snippet (~500 bytes) for scroll-triggered reveals. - Lazy-Loaded GSAP: Per-section GSAP and ScrollTrigger loading via Intersection Observer or dynamic imports, with patterns for hero reveals, parallax, counters, sticky headers, and accordions. - Use Case: A merchant wants product cards to stagger in on scroll and a hero heading to animate word-by-word. The Skill delivers a Liquid section with data-animate attributes, the observer snippet, and a lazily loaded GSAP timeline that starts only after LCP completes. ## Quick Start Add a scroll-triggered fade-up stagger animation to my featured-collection.liquid section without hurting page speed.