Skip to content
Permalink
Browse files

Fixed flickering in firefox (updated comment)

  • Loading branch information
NahshalElN committed Jan 28, 2019
1 parent e0e5f6f commit a8b1d8b4837a5e692a27b815aaac5ef66cf259d0
Showing with 4 additions and 2 deletions.
  1. +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%;
}
}

0 comments on commit a8b1d8b

Please sign in to comment.
You can’t perform that action at this time.