Animation
Keyframe animation presets: fade, slide, scale, bounce, spin, and reduced-motion safe variants.
Entrance
Exit
Looping
Attention
Duration modifiers
Append anim-fast,
anim-slow, or
anim-slower
to override the default duration on any animation class.
Staggered children
Combine delay utilities to create sequence effects without JavaScript. Click to replay.
Reduced motion
All [class*="anim-"]
selectors respect
prefers-reduced-motion: reduce
via a single media-query block. Duration is clamped to 0.01 ms and
iteration-count forced to 1 so looping animations immediately settle.
No per-class overrides needed.
Underlying tokens
Animation classes consume the same duration and easing tokens as the
Transition
system. Defined in token.css → §11 TRANSISI.