Skip to content

Commit 1babac5

Browse files
committed
- Added new option scrollOverflow:reset
1 parent 89eae16 commit 1babac5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jquery.fullPage.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 2.9.0
2+
* fullPage 2.9.1
33
* https://github.com/alvarotrigo/fullPage.js
44
* @license MIT licensed
55
*
@@ -144,6 +144,7 @@
144144
fadingEffect: false,
145145
normalScrollElements: null,
146146
scrollOverflow: false,
147+
scrollOverflowReset: false,
147148
scrollOverflowHandler: iscrollHandler,
148149
scrollOverflowOptions: null,
149150
touchSensitivity: 5,
@@ -2817,7 +2818,7 @@
28172818
* Displays warnings
28182819
*/
28192820
function displayWarnings(){
2820-
var extensions = ['fadingEffect', 'continuousHorizontal', 'scrollHorizontally', 'interlockedSlides', 'resetSliders', 'responsiveSlides', 'offsetSections', 'dragAndMove'];
2821+
var extensions = ['fadingEffect', 'continuousHorizontal', 'scrollHorizontally', 'interlockedSlides', 'resetSliders', 'responsiveSlides', 'offsetSections', 'dragAndMove', 'scrollOverflowReset'];
28212822
if($('html').hasClass(ENABLED)){
28222823
showError('error', 'Fullpage.js can only be initialized once and you are doing it multiple times!');
28232824
return;

0 commit comments

Comments
 (0)