const swiper = new Swiper(".mySwiper", { loop: true, autoplay:true, on:{ init: function(){ swiperAnimateCache(this) swiperAnimate(this) }, slideChangeTransitionEnd: function(){ swiperAnimate(this); } } });