Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to remove mousewheel scroll #81

Closed
cvaraj opened this issue Oct 24, 2016 · 4 comments · Fixed by #118
Closed

how to remove mousewheel scroll #81

cvaraj opened this issue Oct 24, 2016 · 4 comments · Fixed by #118
Labels

Comments

@cvaraj
Copy link

@cvaraj cvaraj commented Oct 24, 2016

i want to use only by click function transition like next prev options but i don't want mousewheel scroll and keybord scroll how to stop this two function, when i set keuboard scrolling false, it will act as normal scroll, but i don't need that. is there any solution for that?.

@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Oct 24, 2016

You can use the undocumented function $.fn.multiscroll.setMouseWheelScrolling(false).
Works in the same way as setKeyboardScrolling https://github.com/alvarotrigo/multiscroll.js#setkeyboardscrolling

@cvaraj

This comment has been minimized.

Copy link
Author

@cvaraj cvaraj commented Oct 24, 2016

thank you @alvarotrigo its working.. nice script

@cvaraj cvaraj closed this Oct 24, 2016
@alvarotrigo alvarotrigo reopened this Oct 24, 2016
@GaelJaboulay

This comment has been minimized.

Copy link

@GaelJaboulay GaelJaboulay commented Jun 7, 2018

Thanks @alvarotrigo, this work fine but responsive expand desactivates it if we resize the browser in a mobile size, then resize back to a bigger size.

@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Jun 7, 2018

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

3 participants
You can’t perform that action at this time.