Skip to content
Permalink
Browse files

- Docs for responsive options

  • Loading branch information
alvarotrigo committed Apr 24, 2017
1 parent 3215e5a commit 3b0d136f0be190b3c414a5e89e48246fa774fb10
Showing with 0 additions and 3 deletions.
  1. +0 −3 README.md
@@ -111,7 +111,6 @@ $(document).ready(function() {
responsiveWidth: 0,
responsiveHeight: 0,
responsiveExpand: false,
responsiveCombine: false,
// Custom selectors
sectionSelector: '.ms-section',
@@ -224,8 +223,6 @@ $('#multiscroll').multiscroll({

- `responsiveExpand`: (default `false`) [Extension of multiScroll.js](http://alvarotrigo.com/multiScroll/extensions/). When responsive mode is fired (by using the `responsiveWidth` or `responsiveHeight` options detailed above) it turns auto scrolling off and expands each left and right side into a full-width section placing one after another. Then the page can be scrolled normally. [Read more about how to use the Responsive Expand option.](https://github.com/alvarotrigo/multiscroll.js/wiki/Responsive-Expand-Extension)

- `responsiveCombine`: (default `false`) [Extension of multiScroll.js](http://alvarotrigo.com/multiScroll/extensions/). When responsive mode is fired (by using the `responsiveWidth` or `responsiveHeight` options detailed above) it turns auto scrolling off and combine each left and right so they will scroll normally together.

## Methods

### moveSectionUp()

0 comments on commit 3b0d136

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