respect prefers-reduced-motion while animating
This commit is contained in:
parent
b6a308d331
commit
18ae4e5593
5 changed files with 31 additions and 0 deletions
|
|
@ -335,6 +335,12 @@
|
|||
transform: scale(.96)
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
.share-buttons svg:active {
|
||||
transform: none
|
||||
}
|
||||
}
|
||||
|
||||
h1:hover .anchor,
|
||||
h2:hover .anchor,
|
||||
h3:hover .anchor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue