Parallax scrolling question

I’m creating a parallax site with animations. My goal is for when the user scrolls I’d like it to automatically jump to the next section while skipping those ‘in-between’ areas. I’ve activated a nav bar that jumps the user to each section using anchor tags, but I would like it also jump to each section when scrolling.

Here are a couple examples to give you an idea:

Any and all advice is greatly appreciated!

I’ve moved this to the JS forum, as that kind of behavior requires scripting. Be a little wary of this, though. Done poorly (like the two sites you linked to) the content is inaccessible if JS fails, which is not good web design. Though kind of cool, usability-wise this kind of behavior is also a bit confusing (imho), so I would caution against it for that reason too.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.