Skip to content

Foundations

Motion

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