/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