# M Reduced Motion

> Add prefers-reduced-motion support to all animations.

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

---

# /m-reduced-motion — Reduced Motion
For every animation/transition:\n1. Wrap in @media (prefers-reduced-motion: no-preference)\n2. Add reduce fallback: duration 0.01ms\n3. Preserve final states (content doesn't disappear)

