Skip to content
Permalink
Browse files

Version 1.5.6

- Fixed bug: Firefox flicker #168 #167
- Documentation: added version number
- Updated version and dist files
  • Loading branch information
alvarotrigo committed Jan 29, 2019
1 parent b3a87a6 commit e11d9cba2eea0e3e9c6709fa61c45905669200fe
@@ -4,6 +4,8 @@
![compatibility](https://raw.github.com/alvarotrigo/pagePiling.js/master/examples/imgs/compatible.gif)\
Pile your sections one over another and access them scrolling or by URL!

![pagePiling.js version](http://img.shields.io/badge/fullPage.js-v1.5.6-brightgreen.svg)

- [Live demo](http://alvarotrigo.com/pagePiling/)
- [Creating hugeinc.com website with pagePiling.js](http://www.onextrapixel.com/2015/04/09/how-to-create-a-beautiful-fullscreen-single-scrolling-page-like-huge-inc/)
- [Who is using it](https://github.com/alvarotrigo/pagePiling.js#who-is-using-pagepilingjs)
@@ -1,5 +1,5 @@
/*!
* pagepiling.js 1.5.5
* pagepiling.js 1.5.6
*
* https://github.com/alvarotrigo/pagePiling.js
* @license MIT licensed
@@ -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%;
}
}
@@ -1,5 +1,5 @@
/*!
* pagepiling.js 1.5.5
* pagepiling.js 1.5.6
*
* https://github.com/alvarotrigo/pagePiling.js
* @license MIT licensed

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Large diffs are not rendered by default.

@@ -2,7 +2,6 @@ var gulp = require('gulp');
var rename = require('gulp-rename');
var sourcemaps = require('gulp-sourcemaps');
var uglify = require('gulp-uglify');
var sass = require('gulp-sass');
var minifyCss = require('gulp-clean-css');

gulp.task('css', function() {
@@ -1,5 +1,5 @@
/*!
* pagepiling.js 1.5.4
* pagepiling.js 1.5.6
*
* https://github.com/alvarotrigo/pagePiling.js
* @license MIT licensed
@@ -1,5 +1,5 @@
/*!
* pagepiling.js 1.5.5
* pagepiling.js 1.5.6
*
* https://github.com/alvarotrigo/pagePiling.js
* @license MIT licensed

0 comments on commit e11d9cb

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