|
|
|
@ -954,17 +954,22 @@ button.button-block {
|
|
|
|
|
opacity: 1; |
|
|
|
|
} |
|
|
|
|
.content.slide { |
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); |
|
|
|
|
-webkit-transform: translate3d(0, 0, 0); |
|
|
|
|
transform: translate3d(0, 0, 0); |
|
|
|
|
-webkit-transition: -webkit-transform .25s ease-in-out; |
|
|
|
|
transition: transform .25s ease-in-out; |
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 1); |
|
|
|
|
-webkit-transition: -webkit-transform .3s; |
|
|
|
|
transition: transform .3s; |
|
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); |
|
|
|
|
z-index: 2; |
|
|
|
|
} |
|
|
|
|
.content.slide.left { |
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0); |
|
|
|
|
transform: translate3d(-100%, 0, 0); |
|
|
|
|
z-index: 1; |
|
|
|
|
box-shadow: none; |
|
|
|
|
-webkit-transform: translate3d(-60%, 0, 0); |
|
|
|
|
transform: translate3d(-60%, 0, 0); |
|
|
|
|
} |
|
|
|
|
.content.slide.right { |
|
|
|
|
z-index: 3; |
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0); |
|
|
|
|
transform: translate3d(100%, 0, 0); |
|
|
|
|
} |
|
|
|
|