Skip to content

Commit 8be3a53

Browse files
authored
Merge pull request alvarotrigo#2241 from alvarotrigo/dev
2.8.6 Merging Dev branch
2 parents a60281e + 1544bef commit 8be3a53

39 files changed

+404
-155
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![preview](https://raw.github.com/alvarotrigo/fullPage.js/master/examples/imgs/intro.png)
44
![compatibility](https://raw.github.com/alvarotrigo/fullPage.js/master/examples/imgs/compatible.gif)
55

6-
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v2.8.5-brightgreen.svg)
6+
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v2.8.6-brightgreen.svg)
77
[![License](http://img.shields.io/badge/License-MIT-blue.svg)](http://opensource.org/licenses/MIT)
88
7Kb gziped!
99

@@ -168,6 +168,7 @@ $(document).ready(function() {
168168
scrollHorizontally: false,
169169
interlockedSlides: false,
170170
resetSliders: false,
171+
fadingEffect: false,
171172
normalScrollElements: '#element1, .element2',
172173
scrollOverflow: false,
173174
scrollOverflowOptions: null,
@@ -379,7 +380,9 @@ the fitting by the configured milliseconds.
379380

380381
- `interlockedSlides`: (default `false`) [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Determines whether moving one horizontal slider will force the sliding of sliders in other section in the same direction. Possible values are `true`, `false` or an array with the interlocked sections. For example `[1,3,5]` starting by 1. Requires fullpage.js >= 2.8.3.
381382

382-
- `resetSliders`: (default `false`). [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Deefines whether or not to reset every slider after leaving its section. Requires fullpage.js >= 2.8.3.
383+
- `resetSliders`: (default `false`). [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Defines whether or not to reset every slider after leaving its section. Requires fullpage.js >= 2.8.3.
384+
385+
- `fadingEffect`: (default `false`). [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Defines whether to use a fading effect or not instead of the default scrolling one. Possible values are `true`, `false`, `sections`, `slides`. It can therefore be applied just vertically or horizontally. Requires fullpage.js >= 2.8.6.
383386

384387
- `animateAnchor`: (default `true`) Defines whether the load of the site when given an anchor (#) will scroll with animation to its destination or will directly load on the given section.
385388

bower.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
"description": "Create beautiful fullscreen scrolling websites",
88
"main": [
99
"dist/jquery.fullpage.js",
10-
"dist/jquery.fullpage.css",
11-
"dist/jquery.fullpage.scss",
12-
"vendors/jquery.easings.min.js",
13-
"vendors/scrolloverflow.min.js"
10+
"dist/jquery.fullpage.css"
1411
],
1512
"keywords": [
1613
"jquery",

dist/jquery.fullpage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 2.8.5
2+
* fullPage 2.8.6
33
* https://github.com/alvarotrigo/fullPage.js
44
* MIT licensed
55
*

0 commit comments

Comments
 (0)