# Motion — Unless design system

Foundations

# Motion
  [Easing](/en/design/foundations/motion/)[Duration](/en/design/foundations/motion/duration/)[Reduced motion](/en/design/foundations/motion/reduced-motion/)[Logo lockup](/en/design/foundations/motion/logo-lockup/)[Examples](/en/design/foundations/motion/examples/)
## Easing curves — standard + emphasised

The two cubic-bezier curves the system reaches for, and where each one belongs. Hovers + chrome toggles use the standard curve; page-level reveals use emphasised.

- `--ease-standard`: `cubic-bezier(0.2, 0, 0, 1)` - default for entrances, hovers.
- `--ease-emphasized`: `cubic-bezier(0.3, 0, 0, 1)` - page-level transitions, hero reveals.
       [Spacing & layout · Breakpoints](/en/design/foundations/spacing/breakpoints/)     [Motion · Duration](/en/design/foundations/motion/duration/)