save yourself the scrolly effort: run: setInterval(function(){$(window).scrollTop($(window).scrollTop()+10)},10); in your console (f12 in chrome/firebug, crtl+shift+k in firefox)
Just Scroll
31–40 of 109 posts
Re: Just Scroll
#32Earlier quoted context omitted.
Why? I thought it was interesting.
An interesting exercise, but maybe not practical, considering how slow your average home internet connection is, and how much data you're trying to stuff through that pipe. It's IMO likely that most people will end up scrolling faster than the page can load. Not to mention, this will murder any mobile device or weaker laptops. Cool piece of marketing, but ultimately if the goal is to deliver a cool experience to as m…
If the experience isn't cool, then it's not going to reach many people. I figured people would talk about usability despite the fact that it's a marketing page.
Re: Just Scroll
#33Anyone care to explain how this works? It can't just be an endless array of divs, can it?
It's not just an endless array of divs because then the grid lines would constantly be shifting (that is, unless your browser happens to scroll in increments that are exactly equal to the height of one of the cells).
Re: Just Scroll
#34save yourself the scrolly effort: run: setInterval(function(){$(window).scrollTop($(window).scrollTop()+10)},10); in your console (f12 in chrome/firebug, crtl+shift+k in firefox)
var step = function() { $("#container").css({top: (parseInt($("#container").css("top"))-115)+'px'}); window.webkitRequestAnimationFrame(step); }; step();
but in the middle where it zooms into the people in the car, it get's out of sync...Re: Just Scroll
#35save yourself the scrolly effort: run: setInterval(function(){$(window).scrollTop($(window).scrollTop()+10)},10); in your console (f12 in chrome/firebug, crtl+shift+k in firefox)
Or you can click one of the links at the top to auto-scroll to a section.
Re: Just Scroll
#36I might just ditch Firefox because of this webpage. A fresh session of Ffx15 goes up to 1.5 GB memory usage, pushes everything into swap and brings my whole OS to a grinding halt until I kill it. In other words this link is basically a very effective DoS. In Chromium it works fine. Am I the only one having this problem? (Edit: I have several Ffx addons running and no Chromium addons, so the comparison was unfair. May…
Re: Just Scroll
#37If you could interact with the elements and there was more than 1 dimension of scroll.. then that'd be going beyond.
Re: Just Scroll
#38Now multiply by 120 million... and that's why download rates from .jp are so damn low.
Re: Just Scroll
#39Re: Just Scroll
#40I might just ditch Firefox because of this webpage. A fresh session of Ffx15 goes up to 1.5 GB memory usage, pushes everything into swap and brings my whole OS to a grinding halt until I kill it. In other words this link is basically a very effective DoS. In Chromium it works fine. Am I the only one having this problem? (Edit: I have several Ffx addons running and no Chromium addons, so the comparison was unfair. May…