views:

43

answers:

1

I'm discovering more websites that perform this visual trick where as you scroll down the browser window, the content fades into view.

I'm wondering how this trick is done and (more importantly) why? I'm guessing that for exceptionally long pages, the content isn't fetched until you actually reveal that div, image, whatever therefore saving bandwidth?

Lastly, what is this technique called?

Here's a link that triggered my curiosity: http://blog.insicdesigns.com/2010/09/showcase-of-games-developed-using-html5-canvas/

Thanks!

+2  A: 

http://www.appelsiini.net/projects/lazyload - that sort of thing?

Alex
Ah...yah...page source reveals it is indeed the lazyload plug-in for jQuery...thanks!
T Reddy