What problem does it solve?
It helps you design and review UI animations and component interactions so they feel responsive, intentional, and “invisible-correct” instead of janky or overdone.
Core Features & Use Cases
- Taste-guided animation decisions: Decide when to animate, what easing to use, and how fast motion should be based on interaction frequency and purpose.
- Production-ready review standards: Enforce a specific review format and catch common UI/animation issues like
transition: all, scale(0) entrances, wrong popover origins, and sluggish ease-in.
- Implementation principles for smooth motion: Prefer transform/opacity, use interruptible transitions, apply spring reasoning for gesture-driven motion, and respect accessibility (prefers-reduced-motion).
Quick Start
Ask the AI to review your UI animation or component code and explain the before/after fixes in a single markdown table, following the skill’s review rules.