Skip to content
Permalink
Browse files

- Improved docs

  • Loading branch information
alvarotrigo committed Mar 5, 2018
1 parent 4fb9d85 commit 4cbdc76219d1e7ce75d9f14636f19e86ff1d20bc
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
@@ -4,7 +4,7 @@
![compatibility](http://alvarotrigo.com/multiScroll/imgs/compatible.gif)

---

(http://img.shields.io/badge/fullPage.js-v2.9.6-brightgreen.svg)
![multiScroll.js version](http://img.shields.io/badge/multiscroll.js-v0.1.9-brightgreen.svg)
[![License](http://img.shields.io/badge/License-MIT-blue.svg)](http://opensource.org/licenses/MIT)
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
@@ -222,7 +222,7 @@ It requires the file `vendors/jquery.easings.min.js` or [jQuery UI](http://jquer

- `normalScrollElements`: (default `null`) If you want to avoid the auto scroll when scrolling over some elements, this is the option you need to use. (useful for maps, scrolling divs etc.) It requires a string with the jQuery selectors for those elements. (For example: `normalScrollElements: '#element1, .element2'`)

- `scrollOverflow`: [Demo](https://alvarotrigo.com/multiScroll/extensions/scrollOverflow.html) | (default `false`) [Extension of multiScroll.js](http://alvarotrigo.com/multiScroll/extensions/). (not compatible with IE 8) defines whether or not to create a scroll bar for the section/slide in case its content is bigger than the viewport's height. When set to `true`, your content will be wrapped by multiScroll.js. Consider using delegation or load your other scripts in the `afterRender` callback.
- `scrollOverflow`: (default `false`) [Demo](https://alvarotrigo.com/multiScroll/extensions/scrollOverflow.html) | [Extension of multiScroll.js](http://alvarotrigo.com/multiScroll/extensions/). (not compatible with IE 8) defines whether or not to create a scroll bar for the section/slide in case its content is bigger than the viewport's height. When set to `true`, your content will be wrapped by multiScroll.js. Consider using delegation or load your other scripts in the `afterRender` callback.

- `scrollOverflowOptions`: (default `null`) when using `scrollOverflow:true` multiScroll.js will make use of a forked and modified version of [iScroll.js library](https://github.com/cubiq/iscroll/). You can customize the scrolling behaviour by providing multiScroll.js with the iScroll.js options you want to use. Check its [documentation](http://iscrolljs.com/) for more info.

0 comments on commit 4cbdc76

Please sign in to comment.
You can’t perform that action at this time.