We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc6dde2 + ee8f487 commit cdb69c0Copy full SHA for cdb69c0
README.md
@@ -292,6 +292,13 @@ $.fn.multiscroll.moveTo('firstSection');
292
$.fn.multiscroll.moveTo(3);
293
```
294
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
302
### setKeyboardScrolling
303
Adds or remove the possibility of scrolling through sections by using the keyboard arrow keys (which is active by default).
304
0 commit comments