luis-almeida / unveil

A very lightweight jQuery plugin to lazy load images
4.16k stars 676 forks source link

Unveil when visible for specified amount of time #118

Open plaa opened 7 years ago

plaa commented 7 years ago

I have a page with a long list of images that I'm hoping to lazy-load. The problem is that if I quickly scroll through the page, unveil starts loading all of the images at once.

What I'd want to do is to load the images when they have been visible on-screen for 500 ms (i.e. the user has stopped scrolling at that position). Is this possible with the current library?