views:

76

answers:

1

Here is what I am thinking:

I have long web page and when the user reaches the end, I don't want the scrolling to stop just then, but I want to reload the page again from the bottom and continue the scrolling.

Detailed

As the user scrolls to the bottom, I want the top of the website to be removed from the top and placed at the bottom in a smooth way and this effect has be vice versa also. I mean if user scrolls up at the top of the page, then the footer must load at the top and continue in this fashion.

+6  A: 

Yes, Infinite Scroll can do this. There is also a jQuery plugin.

Now whether you should do this... that's an entirely different question. Personally I find this behaviour extremely annoying.

Mark Byers
It's especially annoying if I'm trying to reach the footer! :(
J-P
no no this is not what i want. I want to reload the same page and start scrolling the same page again
Starx
Google started doing it too, on Google images.
quantumSoup
You can use the jQuery plugin to load the original page, and append it to the current.
pritaeas
@pretaeas, yes i could, but see the update of my question
Starx