tuupola / lazyload

Vanilla JavaScript plugin for lazyloading images
https://appelsiini.net/projects/lazyload/
MIT License
8.76k stars 2.23k forks source link

Lazyload efects still working ? effect: 'fadeIn' #408

Open yourchoice opened 6 years ago

yourchoice commented 6 years ago

Lazyload efects still working ? effect: 'fadeIn'

For older versions (1.9.x) I used:

lazyload({
effect: 'fadeIn',
threshold: 20, 
failure_limit: 16
});

Now seems to not working

dlynam commented 4 years ago

Curious about this as well. Really liked the fade-in effect!