We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e66041 commit 445397dCopy full SHA for 445397d
src/css/animations.css
@@ -1,4 +1,15 @@
1
@layer animations {
2
+ @media (prefers-reduced-motion: reduce) {
3
+ *,
4
+ *::before,
5
+ *::after {
6
+ animation-duration: 0.01ms !important;
7
+ animation-iteration-count: 1 !important;
8
+ transition-duration: 0.01ms !important;
9
+ scroll-behavior: auto !important;
10
+ }
11
12
+
13
/* Pop-in animation for modals/overlays - swings from above */
14
.animate-pop-in {
15
opacity: 1;
0 commit comments