# Motion Audit

> Motion design review, animation performance, and motion consistency checking.

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

---


# Motion Audit

## Checklist
- [ ] Every animation has a purpose (orient, focus, express, teach, delight)
- [ ] Durations follow the timing scale (100-500ms)
- [ ] Easing is consistent (same easing for same type of motion)
- [ ] `prefers-reduced-motion` is respected
- [ ] Performance: only transform/opacity animated
- [ ] No animation blocks user interaction
- [ ] Loading indicators appear after 300ms delay
- [ ] Page transitions are under 400ms total
- [ ] Stagger delays are 50-100ms (not 200+)
- [ ] No infinite animations without purpose

