Skip to content

Commit a9105b2

Browse files
committed
Compiled source
1 parent 20f9890 commit a9105b2

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

animate.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@charset "UTF-8";
22

33
/*!
4-
* animate.css -http://daneden.me/animate
4+
* animate.css -https://daneden.github.io/animate.css/
55
* Version - 3.7.0
66
* Licensed under the MIT license - http://opensource.org/licenses/MIT
77
*
8-
* Copyright (c) 2018 Daniel Eden
8+
* Copyright (c) 2019 Daniel Eden
99
*/
1010

1111
@-webkit-keyframes bounce {
@@ -3613,11 +3613,13 @@
36133613
animation-duration: 3s;
36143614
}
36153615

3616-
@media (print), (prefers-reduced-motion) {
3616+
@media (print), (prefers-reduced-motion: reduce) {
36173617
.animated {
3618-
-webkit-animation: unset !important;
3619-
animation: unset !important;
3620-
-webkit-transition: none !important;
3621-
transition: none !important;
3618+
-webkit-animation-duration: 1ms !important;
3619+
animation-duration: 1ms !important;
3620+
-webkit-transition-duration: 1ms !important;
3621+
transition-duration: 1ms !important;
3622+
-webkit-animation-iteration-count: 1 !important;
3623+
animation-iteration-count: 1 !important;
36223624
}
36233625
}

0 commit comments

Comments
 (0)