What problem does it solve?
Eliminates the confusion and trial-and-error that come with adding animations and motion to web interfaces by providing practical patterns that are performant and accessible.
Core Features & Use Cases
- Motion implementation for real UI states: Covers CSS transitions and keyframes, Framer Motion enter/exit patterns, GSAP timelines, scroll-driven reveals, and micro-interactions like hover/press/toggles.
- Performance-first guidance: Prioritizes 60fps behavior via compositor-friendly properties (transform/opacity), sensible durations, and restraint to avoid distracting decoration.
- Accessibility guardrails: Enforces
prefers-reduced-motion handling and avoids common pitfalls that cause jank, overlap bugs, or broken exit animations.
Quick Start
Install and start using the motion-design skill by telling your AI agent: "Use the motion-design skill to implement enter and exit animations for my React modal, following prefers-reduced-motion."