# Motion Audit

> Check all motion declarations for purpose, performance, and accessibility. Flags decorative jitter, layout-animating properties, and missing reduced-motion fallbacks.

- Skill: `dragoon0x/motion-audit-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/motion-audit-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/motion-audit-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/dragoon0x/motion-audit-2

---


# /motion-audit — Motion Audit

Audit every animation and transition:
1. List all transition properties and durations
2. List all @keyframes animations
3. Flag animations on layout properties (width, height, top, left) — should use transform
4. Flag durations over 400ms without justification
5. Check for prefers-reduced-motion fallback
6. Count simultaneous animations (>3 is too many)
7. Verify custom easing curves are used (not just 'ease')

