# M Motion Tokens

> M Motion Tokens

- Skill: `dragoon0x/m-motion-tokens` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/m-motion-tokens`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/m-motion-tokens/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-motion-tokens

---

# /m-motion-tokens — Motion Tokens
Durations: instant (50ms), fast (100ms), normal (200ms), slow (300ms), slower (500ms), slowest (700ms).\n\nEasings:\n- standard: cubic-bezier(0.4, 0, 0.2, 1) — general\n- decelerate: cubic-bezier(0, 0, 0.2, 1) — entering\n- accelerate: cubic-bezier(0.4, 0, 1, 1) — exiting\n- spring: cubic-bezier(0.34, 1.56, 0.64, 1) — playful\n- smooth: cubic-bezier(0.16, 1, 0.3, 1) — refined

