[bugfix] only play animations when prefers-reduced-motion: no-preference
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user