Is there a way to disable default scrolling and have the page automatically scroll to the next item?
For example, if I have element2 below element1, how can I set it up so that when I scroll down once, the page scrolls directly to the position of element2 instead of just moving slightly down?
Alternatively, is there a method to scroll down exactly one window or viewport height, rather than an arbitrary amount?