Revert "fix(ui): honor the application animation setting globally"

This reverts commit 760ed847fc.
This commit is contained in:
Sucukdeluxe
2026-08-15 16:05:22 +02:00
parent 760ed847fc
commit 52329628c3
10 changed files with 119 additions and 57 deletions
+10 -9
View File
@@ -406,12 +406,13 @@ textarea,
outline-offset: 2px;
}
.is-runtime-motion-disabled,
.is-runtime-motion-disabled *,
.is-runtime-motion-disabled *::before,
.is-runtime-motion-disabled *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
}