You've already forked AstralRinth
forked from didirus/AstralRinth
Add changes from prod to master (#837)
* redo 6346b5b * Fix incorrect caps * Fix reduced motion
This commit is contained in:
@@ -744,7 +744,7 @@ export default {
|
||||
animation: scroll 100s linear infinite;
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
animation-play-state: paused;
|
||||
animation-play-state: paused !important;
|
||||
}
|
||||
|
||||
@keyframes scroll {
|
||||
@@ -1250,7 +1250,7 @@ export default {
|
||||
animation: slide 10s infinite;
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
animation-play-state: paused;
|
||||
animation-play-state: paused !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user