diff --git a/src/css/animations.css b/src/css/animations.css index 4a434db..e494fd6 100644 --- a/src/css/animations.css +++ b/src/css/animations.css @@ -1,4 +1,15 @@ @layer animations { + @media (prefers-reduced-motion: reduce) { + *, + *::before, + *::after { + animation-duration: 0.01ms !important; + animation-iteration-count: 1 !important; + transition-duration: 0.01ms !important; + scroll-behavior: auto !important; + } + } + /* Pop-in animation for modals/overlays - swings from above */ .animate-pop-in { opacity: 1;