Is it possible for scrolling to advance slides in a slider?

I’ve gotten some feedback on my site that the user wants to SCROLL rather than click the down arrow to move to the next section of my portfolio site. Is this possible with interactions? Can anyone shed some light on that functionality?

I want the user to be able to scroll down and have the page snap to the next project section.

Public Link: www.dweilandt.com
Read Only Link: https://preview.webflow.com/preview/danny-weilandt?preview=ab5a6763f0e98cac2de2d73dae1baf3f7

Hi, yes they can have scroll effect with interactions. Not a complete control, meaning you cannot takeover the mouse-wheel and catch hold of the scroll, without adding custom code; but a scroll effect nonetheless. Basically add a section - give it an ID - set you nav menu to that ID, repeat for other sections. To takeover the mouse to stop the user’s scroll you’ll script insertion. Check out these tutorials and other discussions.