I need to change current page to another one by scrolling on mouse.
Imagine, normal function on WordPress for change another postâ¦prev_post and next_post. When youâll use it in a template, you will get two links. One is previous post and second one next post. When you click on one of them you will be moved to the next or previous page. And I would need to happen the same thing by scrolling mousewheel.
Can anybody know how to do that?
I would say something like:
Although that can be rather annoying but that is just my opinion.
demo
You can also use use Brandon Aaron jQuery mouseWheel plugin.
wheelAt =
mousewheel up||down (-1, +1)window.location = pages[ wheelAt ]