Use prefers-reduced-motion

This commit is contained in:
Half-Shot
2024-11-08 09:57:28 +00:00
parent 19626324c7
commit 63137a53d9

View File

@@ -169,3 +169,15 @@ Please see LICENSE in the repository root for full details.
scale: 100%;
}
}
@media (prefers-reduced-motion) {
@keyframes reaction-up {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
}