Hacker News new | ask | show | jobs
by Cenk 2556 days ago
Did not know about this, how helpful!

    @media(prefers-reduced-motion: reduce) {
      *,
      *:before,
      *:after {
        transition: none !important;
        animation: none !important;
      }
    }
1 comments

It's a recent addition, and may only work on iOS/iPadOS/macOS, but it should help those users a lot!