Permalink
Browse files
Fixed flickering on firefox
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
jquery.pagepiling.css
|
@@ -18,6 +18,7 @@ html, body { |
|
|
height:100%; |
|
|
position:absolute; |
|
|
width:100%; |
|
|
backface-visibility: hidden; // fixes flickering in firefox |
|
|
} |
|
|
.pp-easing { |
|
|
-webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990); |
|
|