06

Motion

Duration and easing values for consistent animation timing.

Duration

TokenValueUsageExample
150msMicro-interactions, toggles, tooltips
250msStandard transitions, hover states
400msPage transitions, modals, complex animations
600msElaborate entrances, staggered lists

Easing

TokenValueUsageExample
cubic-bezier(0.4, 0, 1, 1)Elements leaving the screen
cubic-bezier(0, 0, 0.2, 1)Elements entering the screen
cubic-bezier(0.4, 0, 0.2, 1)Elements moving across screen
cubic-bezier(0.34, 1.56, 0.64, 1)Playful, bouncy interactions