v152 · interactive demo

Reduced Motion Policy

Combine prefers-reduced-motion with image-animation while preserving an explicit user override.

Animated orbit used to demonstrate reduced motion

code

@media (prefers-reduced-motion: reduce) {
  :root { image-animation: stopped; }
}
img { image-animation: normal; }

see also