mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
Update _base.css
This commit is contained in:
parent
ec1fbf6d60
commit
20f9890503
1 changed files with 3 additions and 2 deletions
|
@ -45,7 +45,8 @@
|
|||
|
||||
@media (print), (prefers-reduced-motion: reduce) {
|
||||
.animated {
|
||||
animation-duration: 0s !important;
|
||||
transition-duration: 0s !important;
|
||||
animation-duration: 1ms !important;
|
||||
transition-duration: 1ms !important;
|
||||
animation-iteration-count: 1 !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue