Skip to content
Permalink
Browse files

Merge pull request #118 from talgautb/patch-1

update README.md
  • Loading branch information
alvarotrigo committed Oct 29, 2019
2 parents dc6dde2 + ee8f487 commit cdb69c01dea4b037f5a2e9df0df0aaed8089fcd3
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 cdb69c0

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