This commit is contained in:
Dave R
2018-10-08 22:27:55 +01:00
committed by GitHub
parent 39419ccf00
commit a61d2e2838

View File

@@ -193,13 +193,3 @@ time {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}