What problem does it solve? Building choreographed web animations with vanilla JavaScript requires verbose, error-prone code for timing, easing, and sequencing. This Skill provides ready-to-use Anime.js patterns for timelines, staggers, SVG morphing, and scroll-driven animations so you can implement complex motion without reinventing the wheel. ## Core Features & Use Cases - Timeline Sequencing: Chain multi-step animations with relative offsets (+=/-=) for precise choreography of hero sections, modals, and page transitions. - Stagger & Grid Effects: Create cascading reveals, center-out grid expansions, and wave effects across multiple elements with anime.stagger. - SVG Animation: Perform path morphing, line drawing with setDashoffset, and motion-path following for vector graphics. - Use Case: You need a landing page hero where the background scales in, the title slides up, and a CTA button pops in sequence. Use the timeline pattern with overlapping offsets to choreograph all three steps in a few lines of code. ## Quick Start Ask the AI to generate an Anime.js stagger animation that reveals a grid of cards from the center with elastic easing.