Skip to content

Commit

Permalink
Update animate.animate.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummolix committed Aug 18, 2019
1 parent 77b01c7 commit 8cb263a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/options/libs/animate.css/animate.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@charset "UTF-8";

/*!
* animate.css -http://daneden.me/animate
* Version - 3.7.0
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
* Copyright (c) 2019 Daniel Eden
*/

@-webkit-keyframes bounce {
Expand Down Expand Up @@ -3613,11 +3613,13 @@
animation-duration: 3s;
}

@media (prefers-reduced-motion) {
@media (print), (prefers-reduced-motion: reduce) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
-webkit-animation-duration: 1ms !important;
animation-duration: 1ms !important;
-webkit-transition-duration: 1ms !important;
transition-duration: 1ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
}
}

0 comments on commit 8cb263a

Please sign in to comment.