Foundations
Motion
Easing curves and durations, read live from ui-core.
Easing curves and durations, global across brands. Parsed from
packages/ui-core/src/styles/tokens/spacing.css at render time.
| Token | Value |
|---|---|
--ease-standard | cubic-bezier(0.4, 0, 0.2, 1) |
--ease-out | cubic-bezier(0.16, 1, 0.3, 1) |
--dur-fast | 140ms |
--dur-base | 240ms |
--dur-slow | 420ms |