Thread Starter
Kirael
(@kirael)
I’d like to use one of the animation included in anime.css ( http://daneden.github.io/animate.css/).
As written in the lazy-load-xt manual :
“It’s possible to use a lot of animation effects (like bounce, flip, rotate, etc.) from animate.css project by altering $.lazyLoadXT.onload.addClass option:
<link rel=”stylesheet” href=”animate.min.css”>
/* JS */
$.lazyLoadXT.onload.addClass = ‘animated bounceOutLeft’;”
(For the extend options, i have to create a new .js is that right ?)