Sticky scroll positions

Is there a way to crop content based on scroll position; Whenever a user scrolls past a specific marker point, the page is placed (locked) at a specific position (slide), directing the user to view the content on this slide (the page is based on https://github.com/richardshepherd/Parallax-Scrolling/ ) . There would be several marker points, so the user will focus on viewing the contents of the slides.

+4
source share
1 answer

Yes. There is a great little jquery plugin that handles this: https://github.com/bigspotteddog/ScrollToFixed

or you can refer to a previous post on the same issue: Stop scrolling a fixed position at a certain moment?

+5
source

All Articles