|
|
|
@ -937,11 +937,11 @@ button.button-block {
|
|
|
|
|
} |
|
|
|
|
.content.slide { |
|
|
|
|
z-index: 2; |
|
|
|
|
-webkit-transition: -webkit-transform .4s; |
|
|
|
|
transition: transform .4s; |
|
|
|
|
-webkit-transition: -webkit-transform .5s; |
|
|
|
|
transition: transform .5s; |
|
|
|
|
-webkit-transform: translate3d(0, 0, 0); |
|
|
|
|
transform: translate3d(0, 0, 0); |
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); |
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
} |
|
|
|
|
.content.slide.sliding-in, .content.slide.right:not([class*="sliding-in"]) { |
|
|
|
|
-webkit-animation-name: fadeOverlay; |
|
|
|
|