[bugfix] only play animations when prefers-reduced-motion: no-preference

This commit is contained in:
Zoë Bijl
2025-10-16 12:47:43 +02:00
parent 50e3644aab
commit 80e160297b
@@ -1,12 +1,12 @@
/* 🚥 Status Bar */
.status-favourite.active svg {
.no-reduce-motion .status-favourite.active svg {
animation: bounce 0.4s ease-out;
}
.status-boost.active svg {
.no-reduce-motion .status-boost.active svg {
animation: launch 1.2s ease-in 1;
}
.status-bookmark.active svg {
.no-reduce-motion .status-bookmark.active svg {
animation: bounce-vertical 0.4s ease-out;
}