luis-almeida / unveil

A very lightweight jQuery plugin to lazy load images
4.15k stars 675 forks source link

Unveil when visible for specified amount of time #118

Open plaa opened 8 years ago

plaa commented 8 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?