murongg / vue3-lazyload

A Vue3.x image lazyload plugin
https://murongg.github.io/vue3-lazyload/
166 stars 19 forks source link

Do not load images on fast scrolling #19

Closed killingHail606 closed 2 years ago

killingHail606 commented 2 years ago

It would be very nice to be able to make a certain delay in the settings before starting to load the image during fast scrolling. That is, if the user (or programmatically) scrolls to a certain place very quickly, then start downloading only those images to which it was scrolled (the user stopped for 0.3 seconds, for example), and not everything that was higher.

murongg commented 2 years ago

thx u issue! this is good feature