ressio / lazy-load-xt

Lazy load XT is a jQuery plugin for images, videos and other media
http://ress.io/lazy-load-xt-jquery/
MIT License
1.36k stars 245 forks source link

No need .removeAttr(bgAttr) #111

Open avradul opened 6 years ago

avradul commented 6 years ago

No need .removeAttr(bgAttr) same as data-src for images by default. This allows to add animation, for example [data-bg] { opacity: 0; transition: opacity 0.5s ease; } .lazy-loaded[data-bg] { opacity: 1; }