File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 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 {
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}
You can’t perform that action at this time.
0 commit comments