app/assets/stylesheets/pageflow/hide_text.scss in pageflow-13.6.0 vs app/assets/stylesheets/pageflow/hide_text.scss in pageflow-14.0.0.beta1
- old
+ new
@@ -1,6 +1,6 @@
-.slideshow .content .contentWrapper {
+.slideshow .content .content_wrapper {
-webkit-transition: 0.8s ease !important;
-moz-transition: 0.8s ease !important;
-ms-transition: 0.8s ease !important;
transition: 0.8s ease !important;
}
@@ -13,10 +13,10 @@
.shadow {
opacity: 0 !important;
visibility: hidden;
}
- .slideshow .content .contentWrapper {
+ .slideshow .content .content_wrapper {
@include transform(translate3d(-200%,0,0));
}
.entry .scroll_indicator {
opacity: 0;