Skip to content
Permalink
Browse files

Merge pull request #173 from NahshalElN/master

Fixed flickering on firefox
  • Loading branch information
alvarotrigo committed Jan 29, 2019
2 parents 4f3de9c + a8b1d8b commit b3a87a6e8aca6a0188d82737da7985a60faba113
Showing with 4 additions and 1 deletion.
  1. +4 −1 jquery.pagepiling.css
@@ -18,6 +18,9 @@ html, body {
height:100%;
position:absolute;
width:100%;

/* fixes flickering in firefox*/
backface-visibility: hidden;
}
.pp-easing {
-webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
@@ -125,4 +128,4 @@ html, body {
.pp-scrollable{
overflow-y: scroll;
height: 100%;
}
}

0 comments on commit b3a87a6

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