Just Scroll
www2.nissan.co.jp
Just Scroll
1–10 of 109 posts
Re: Just Scroll
#2edit: Uniqlo, that was it. not on their Pinterest anymore. Video for same effect - http://youtu.be/e5FM-VcE7UA
Re: Just Scroll
#3Re: Just Scroll
#4Re: Just Scroll
#5Anyone care to explain how this works? It can't just be an endless array of divs, can it?
Re: Just Scroll
#6Anyone care to explain how this works? It can't just be an endless array of divs, can it?
(disclaimer: I don't actually know any html, just how to click 'view source' in Chrome)
Re: Just Scroll
#7Anyone care to explain how this works? It can't just be an endless array of divs, can it?
There is an endless array of divs which is absolutely positioned, ie:
The actual scrolling is performed by a 'dummy' div, has the same overflow. Some javascript will be listening to scroll events on this div, and updating the position of the above div.
This is typically done as scrolling 'floating' images on most browsers isn't smooth, & to 'jump' the scroll the correct amount to achieve the effect.
Re: Just Scroll
#8Re: Just Scroll
#9Re: Just Scroll
#10Anyone care to explain how this works? It can't just be an endless array of divs, can it?
viewing the source seems to indicate that it is, in fact, just an endless array of divs. (disclaimer: I don't actually know any html, just how to click 'view source' in Chrome)
That's a bit strange for someone that visits hacker news!