Skip to content
Permalink
Browse files

update README.md

update docs, add method setMouseWheelScrolling

closes #81
  • Loading branch information
talgautb committed Oct 29, 2019
1 parent dc6dde2 commit ee8f487520999adba917374043e846606feee9f6
Showing with 7 additions and 0 deletions.
  1. +7 −0 README.md
@@ -292,6 +292,13 @@ $.fn.multiscroll.moveTo('firstSection');
$.fn.multiscroll.moveTo(3);
```

### setMouseWheelScrolling
Adds or remove the possibility of scrolling through sections by using mouse wheel (which is active by default).

```javascript
$.fn.multiscroll.setMouseWheelScrolling(false);
```

### setKeyboardScrolling
Adds or remove the possibility of scrolling through sections by using the keyboard arrow keys (which is active by default).

0 comments on commit ee8f487

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