I have been searching for a solution to my problem without any luck so far. Hopefully, someone here can provide guidance and help me find a solution.
My goal is to replicate the behavior shown in the second example on the following page: https://docs.angularjs.org/api/ng/service/$anchorScroll . Instead of clicking on links, I need to be able to scroll using the mouse to move between anchors. For example, scrolling down would move to the next anchor, and scrolling up would move to the previous anchor.
Is there a way to achieve this functionality?
Thank you in advance!