I'm looking for resources that create scrolling functions like the ones found on these sites:
Outpost Journal
Unfold
Once the scroll bar hits the bottom of the page, I want it to loop back to the top. I'm familiar with with the infinite scroll, and this is not what I want. I've also found scripts that will write/add the same content to the bottom of the page, but none that loop back to the top of the page.
if you want infinite scroll in both directions use
(I know it's a late reply but it still helps users like me who just google stuff like this)
Forked from @clankill3r's answer, create two copy of body, prepend and append to the original body, then you can scroll the page in two direction endless.
mrida's answer was causing my browser to not be able to scroll, here is a modified version that worked for me:
Here a solution that makes a duplicate of the body so the bottom and the top can be seen at the same time at a certain point so the transition is smoother.
Adding loop scroll backwards, upgrading @clankill3r answer. It should be something like this.
I'm using it horizontally and it's working just fine. Hope someone finds it useful.
Try this: