lazy loading
Page dynamically loads images/assets when they are in the browser's field of view. Produces overall faster page loading for it does not have to load an entire page worth of assets if the user is sticking to the top portion of the page.
2
votes
1 comment
-
Adminjannel (Admin, Patternry) commented
I actually prefer this over "endless scrolling". Thanks for the idea, let's see when this gets patternized.