Compare commits
2 commits
38d65d60d0
...
2d59ed8305
Author | SHA1 | Date | |
---|---|---|---|
2d59ed8305 | |||
|
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