Permalink
Browse files
Fixed flickering in firefox (updated comment)
- Loading branch information
Showing
with
4 additions
and
2 deletions.
-
+4
−2
jquery.pagepiling.css
|
@@ -18,7 +18,9 @@ html, body { |
|
|
height:100%; |
|
|
position:absolute; |
|
|
width:100%; |
|
|
backface-visibility: hidden; // fixes flickering in firefox |
|
|
|
|
|
/* fixes flickering in firefox*/ |
|
|
backface-visibility: hidden; |
|
|
} |
|
|
.pp-easing { |
|
|
-webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990); |
|
@@ -126,4 +128,4 @@ html, body { |
|
|
.pp-scrollable{ |
|
|
overflow-y: scroll; |
|
|
height: 100%; |
|
|
}
|
|
|
} |