-`anchors`: (default `[]`) Defines the anchor links (#example) to be shown on the URL for each section. Using anchors forward and backward navigation will also be possible through the browser. This option also allows users to bookmark a specific section. **Be careful!** if you use anchors, they can not have the same value as any ID element on the site (or NAME element for IE).
-`easing`: (default `easeInQuart`) Defines the transition effect to use for the vertical and horizontal scrolling.
It requieres the file `vendors/jquery.easings.min.js` or [jQuery UI](http://jqueryui.com/) for using some of its transitions. Other libraries could be used instead.
It requires the file `vendors/jquery.easings.min.js` or [jQuery UI](http://jqueryui.com/) for using some of its transitions. Other libraries could be used instead.
-`loopTop`: (default `false`) Defines whether scrolling up in the first section should scroll to the last one or not.
@@ -206,22 +206,22 @@ $.fn.multiscroll.moveTo(3);
```
###setAllowScrolling
Adds or remove the possiblity of scrolling through sections by using the mouse wheel/trackpad or touch gestures (which is active by default).
Adds or remove the possibility of scrolling through sections by using the mouse wheel/trackpad or touch gestures (which is active by default).
```javascript
$.fn.multiscroll.setAllowScrolling(false);
```
###setKeyboardScrolling
Adds or remove the possiblity of scrolling through sections by using the keyboard arrow keys (which is active by default).
Adds or remove the possibility of scrolling through sections by using the keyboard arrow keys (which is active by default).