What problem does it solve? UI animation often ships with robotic easing, janky layout-triggering properties, inconsistent timing values scattered across a codebase, and no reduced-motion fallback. This Skill turns a motion intent into shipped, token-driven animation with a disciplined six-step method. ## Core Features & Use Cases - Token-driven implementation: All curves and durations come from a single motion-tokens file filled from design-taste, so no inline cubic-bezier or raw millisecond values drift across the codebase. - Choreography and stagger math: Stagger tables, the 1/3 distance and density rules, and a hard 500ms total stagger cap govern multi-element reveals. - Framework recipes: Ready-to-adapt implementations for CSS transitions, GSAP timelines with matchMedia, and Framer Motion variants, plus a gesture register for drag, sheet, swipe, and voice surfaces using springs with velocity handoff. - Use Case: When asked to animate a case-study metrics row on scroll, it produces a hero-first entrance with a 60ms chip cascade, a reduced-motion opacity-only fallback, and a pre-ship gate checklist. ## Quick Start Use the craft-motion skill to animate this modal entrance and its content with a staggered reveal, including the reduced-motion fallback.