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.
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.