Problem: Vestibular safety.

Solution#

html
<div class="motion-safe:animate-bounce motion-reduce:transition-none">Animates only when allowed</div>

Why this works#

Gate every animation behind motion-safe.

Variants#

  • Responsive: add screen prefixes to the core classes
  • Dark: pair each color utility with its dark: twin
  • Animated: add transition + a state variant for motion

cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns