File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 136
136
continuousVertical : false ,
137
137
continuousHorizontal : true ,
138
138
scrollHorizontally : true ,
139
+ interlockedSlides : false ,
140
+ resetSliders : false ,
139
141
normalScrollElements : null ,
140
142
scrollOverflow : false ,
141
143
scrollOverflowHandler : iscrollHandler ,
142
144
scrollOverflowOptions : null ,
143
145
touchSensitivity : 5 ,
144
146
normalScrollElementTouchThreshold : 5 ,
145
147
bigSectionsDestination : null ,
146
- interlocked : null ,
147
148
148
149
//Accessibility
149
150
keyboardScrolling : true ,
1570
1571
$ . isFunction ( options . afterLoad ) && ! v . localIsResizing && options . afterLoad . call ( v . element , v . anchorLink , ( v . sectionIndex + 1 ) ) ;
1571
1572
options . scrollOverflowHandler . afterLoad ( ) ;
1572
1573
1573
- if ( FP . resetSliders ) {
1574
+ if ( options . resetSliders && FP . resetSliders ) {
1574
1575
FP . resetSliders . apply ( v ) ;
1575
1576
}
1576
1577
1951
1952
1952
1953
performHorizontalMove ( slides , v , true ) ;
1953
1954
1954
- if ( FP . interlockedSlides ) {
1955
+ if ( options . interlockedSlides && FP . interlockedSlides ) {
1955
1956
FP . interlockedSlides . apply ( v ) ;
1956
1957
}
1957
1958
}
You can’t perform that action at this time.
0 commit comments