What problem does it solve? Building choreographed web animations with vanilla JavaScript requires manually managing timing, easing, and sequencing across DOM, CSS, SVG, and JavaScript object targets, which is error-prone and hard to maintain. ## Core Features & Use Cases - Timeline Sequencing: Chain multi-step animations with relative offsets like '-=500' for overlapping choreography. - Stagger & Grid Effects: Distribute delays across element sets with from-center, grid, and axis options. - SVG Animation: Perform path morphing, line drawing via strokeDashoffset, and motion-path following. - Use Case: Build a hero section entrance where the background scales in, the title slides up, and the CTA button pops in with precise overlapping timing, all in one timeline. ## Quick Start Use the animejs skill to create a staggered grid reveal animation for my landing page elements.