|
|
|
@ -1512,12 +1512,12 @@ hr {
|
|
|
|
|
-moz-transition: opacity 0.2s ease-in-out; |
|
|
|
|
transition: opacity 0.2s ease-in-out; |
|
|
|
|
} |
|
|
|
|
.platform-ios .content.slide { |
|
|
|
|
.platform-ios .content.sliding { |
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
-moz-transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
} |
|
|
|
|
.platform-ios .content.slide.sliding-in, .platform-ios .content.slide.right:not([class*="sliding-in"]) { |
|
|
|
|
.platform-ios .content.sliding.sliding-in, .platform-ios .content.sliding.right:not([class*="sliding-in"]) { |
|
|
|
|
-webkit-animation-name: fadeOverlay; |
|
|
|
|
-moz-animation-name: fadeOverlay; |
|
|
|
|
animation-name: fadeOverlay; |
|
|
|
@ -1525,12 +1525,12 @@ hr {
|
|
|
|
|
-moz-animation-duration: 0.4s; |
|
|
|
|
animation-duration: 0.4s; |
|
|
|
|
} |
|
|
|
|
.platform-ios .content.slide.right:not([class*="sliding-in"]) { |
|
|
|
|
.platform-ios .content.sliding.right:not([class*="sliding-in"]) { |
|
|
|
|
-webkit-animation-direction: reverse; |
|
|
|
|
-moz-animation-direction: reverse; |
|
|
|
|
animation-direction: reverse; |
|
|
|
|
} |
|
|
|
|
.platform-ios .content.slide.left { |
|
|
|
|
.platform-ios .content.sliding.left { |
|
|
|
|
-webkit-transform: translate3d(-20%, 0, 0); |
|
|
|
|
-ms-transform: translate3d(-20%, 0, 0); |
|
|
|
|
transform: translate3d(-20%, 0, 0); |
|
|
|
|