|
3 | 3 | 
|
4 | 4 | 
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 | [](http://opensource.org/licenses/MIT)
|
8 | 8 | 7Kb gziped!
|
9 | 9 |
|
@@ -168,6 +168,7 @@ $(document).ready(function() {
|
168 | 168 | scrollHorizontally: false,
|
169 | 169 | interlockedSlides: false,
|
170 | 170 | resetSliders: false,
|
| 171 | + fadingEffect: false, |
171 | 172 | normalScrollElements: '#element1, .element2',
|
172 | 173 | scrollOverflow: false,
|
173 | 174 | scrollOverflowOptions: null,
|
@@ -379,7 +380,9 @@ the fitting by the configured milliseconds.
|
379 | 380 |
|
380 | 381 | - `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.
|
381 | 382 |
|
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. |
383 | 386 |
|
384 | 387 | - `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.
|
385 | 388 |
|
|
0 commit comments