开发者

Content fade-in as user scrolls browser window

开发者 https://www.devze.com 2023-01-17 01:39 出处:网络
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 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 th开发者_开发技巧at 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!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消