Google’s suggestion for a better infinite scroll?
11–20 of 168 posts
Re: Google’s suggestion for a better infinite scroll?
#12Love this. If only Hacker News and Reddit would implement it.
Re: Google’s suggestion for a better infinite scroll?
#13Favor: could someone share an intelligent (or at least in-depth) write-up of the pros/cons of infinite scrolling? Most of what I'm finding on the web is content farmy. Also: at what point is memory usage worth worrying about? Scrolling for pages on end has to be tough on a browser.
A presentation that goes into some of these results is here: http://mcfunley.com/design-for-continuous-experimentation
Re: Google’s suggestion for a better infinite scroll?
#14Favor: could someone share an intelligent (or at least in-depth) write-up of the pros/cons of infinite scrolling? Most of what I'm finding on the web is content farmy. Also: at what point is memory usage worth worrying about? Scrolling for pages on end has to be tough on a browser.
Re: Google’s suggestion for a better infinite scroll?
#15Re: Google’s suggestion for a better infinite scroll?
#16It still jumps around if you hold and drag the scrollbar - always my complaint with these.
Re: Google’s suggestion for a better infinite scroll?
#17Love this. If only Hacker News and Reddit would implement it.
Re: Google’s suggestion for a better infinite scroll?
#18Re: Google’s suggestion for a better infinite scroll?
#19This would ensure that users get the same scrollbar range on page 5 regardless of whether they infi-scrolled themselves there or just clicked on "page 5" in the index.
Re: Google’s suggestion for a better infinite scroll?
#20It still jumps around if you hold and drag the scrollbar - always my complaint with these.
With on-demand loading you would set the virtual height of the scrollable area to the height necessary to show all (or a huge chunk of) your data, and then page in chunks of the data as it approaches the viewport.
Then dragging the scrollbar works, and touch scrolling shows a reasonable representation of how much data is left.