diff --git a/src/reset.css b/src/reset.css index 2a26e6b..f7c6d24 100644 --- a/src/reset.css +++ b/src/reset.css @@ -67,11 +67,12 @@ select { font: inherit; } -/* Remove _all_ animations and transitions for people that prefer not to see them */ +/* Remove all animations and transitions for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { * { - animation-play-state: paused !important; - transition: none !important; + animation-duration: 0.01ms !important; + animation-iteration-count: 1 !important; + transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }