What problem does it solve?
UI animations often feel inconsistent, mechanically timed, or inaccessible because they don’t follow a shared motion system and may ignore user motion preferences.
Core Features & Use Cases
- Animation audit & repair: Scans interactive elements and fixes missing or incorrect micro-interactions using consistent timing, easing, and safe animation properties.
- Library-aware implementation: Detects the project’s animation approach (Framer Motion, Motion One, or CSS/Tailwind) and applies the matching patterns.
- Visual verification loop: Uses Playwright to capture before/after screenshots and record videos to confirm the animation “feels right.”
- Reduced-motion enforcement: Ensures
prefers-reduced-motion is respected so users who opt out aren’t forced to watch animations.
Quick Start
Run the animate skill to audit and fix animations across the app, then verify the results using Playwright hover screenshots and video recording.