reduced motion

PHOTO EMBED

Tue May 27 2025 12:21:26 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #css #a11y #media-query

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
content_copyCOPY