I have looked for a plugin/script that continues to scroll a website from the start when the bottom is reached, like a continuous loop.
Examples: http://unfold.no/ and http://www.aquiesdonde.com.ar/
I have tried reversed engineering but have not gotten to a conclusion.
Can anyone lead me in the right direction what to look for to find a plugin like this?
I only tend to find scripts that are continuously expanding the page/adding content on scroll-down.
It is just a if statement that tells the document if at x amount of pixels go to top y.
The code from: http://www.aquiesdonde.com.ar/
Plus the moverUp/moverDown functions which make the scrolling seamless:
Hope that helps.