honour reduce-motion and dont rotate logos when enabled
This commit is contained in:
parent
38d65d60d0
commit
6a34bd5b68
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
animation-play-state: paused;
|
||||
animation-iteration-count: infinite;
|
||||
|
||||
@media screen and (prefers-reduced-motion: reduce) {
|
||||
animation-name: none !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
animation-play-state: running;
|
||||
}
|
||||
|
@ -33,6 +37,7 @@
|
|||
height: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@keyframes rotate {
|
||||
|
|
Loading…
Add table
Reference in a new issue