Skip to content

Commit cdb69c0

Browse files
authored
Merge pull request #118 from talgautb/patch-1
update README.md
2 parents dc6dde2 + ee8f487 commit cdb69c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,13 @@ $.fn.multiscroll.moveTo('firstSection');
292292
$.fn.multiscroll.moveTo(3);
293293
```
294294

295+
### setMouseWheelScrolling
296+
Adds or remove the possibility of scrolling through sections by using mouse wheel (which is active by default).
297+
298+
```javascript
299+
$.fn.multiscroll.setMouseWheelScrolling(false);
300+
```
301+
295302
### setKeyboardScrolling
296303
Adds or remove the possibility of scrolling through sections by using the keyboard arrow keys (which is active by default).
297304

0 commit comments

Comments
 (0)