vendor/assets/stylesheets/_animation.scss in active_frontend-6.2.0 vs vendor/assets/stylesheets/_animation.scss in active_frontend-6.3.0
- old
+ new
@@ -9,11 +9,9 @@
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
- -webkit-backface-visibility: hidden !important;
- backface-visibility: hidden !important;
-webkit-perspective: 1000;
perspective: 1000;
position: relative;
}
.animated.hinge {
\ No newline at end of file