Asking to recommend a product (plugin, theme, book, hosting provider), tool, library, or off-site resource is out of scope for this site, as it attracts opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 6 years ago.
Improve this questionI would like to implement the type of anchor scrolling as used on this site Oath on a Wordpress website. I have found a plugin that works when you click on the anchor links, but none so far that works with the mouse wheel or when you scroll back up.
I need a code-snippet or Wordpress plugin that implements anchor-based mouse-wheel scrolling for scrolling up and down a Wordpress site.
Closed. This question is off-topic. It is not currently accepting answers.Asking to recommend a product (plugin, theme, book, hosting provider), tool, library, or off-site resource is out of scope for this site, as it attracts opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 6 years ago.
Improve this questionI would like to implement the type of anchor scrolling as used on this site Oath on a Wordpress website. I have found a plugin that works when you click on the anchor links, but none so far that works with the mouse wheel or when you scroll back up.
I need a code-snippet or Wordpress plugin that implements anchor-based mouse-wheel scrolling for scrolling up and down a Wordpress site.
If you're developing a custom theme, then you could perhaps take a look at pagePiling.js on GitHub. I bumped into this js library some time ago and I think you should be able to achieve the effect you've described with it.
Some pagebuilder plugins might have a similiar feature incorporated in them, but I'm not quite sure. You have to do some research on this one yourself.
But, if you're just looking for some copy-and-paste solution, then I'm afraid you might be out of luck. Unless you end up using that fullpane theme you linked on one of your comments.