var galleryThumbs = new Swiper('.gallery-thumbs', { spaceBetween: 10, slidesPerView: 4, loop: true, freeMode: true, loopedSlides: 5, //looped slides should be the same watchSlidesVisibility: true, watchSlidesProgress: true, }); var galleryTop = new Swiper('.gallery-top', { spaceBetween: 10, loop: true, loopedSlides: 5, //looped slides should be the same navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, thumbs: { swiper: galleryThumbs, }, }); //GoToTop $('#js-go_top').gotoTop({ offset : 500, speed : 300, animationShow : { 'transform' : 'translate(0,0)', 'transition': 'transform .5s ease-in-out' }, animationHide : { 'transform' : 'translate(80px,0)', 'transition': 'transform .5s ease-in-out' } }); // $(function() { // $("img").lazyload({effect: "fadeIn"}); // }); $(function() { $("img").lazyload({ event : "sporty" }); }); //NKL $(window).bind("load", function() { var timeout = setTimeout(function() { $("img").trigger("sporty") }, 5000); }); new WOW().init();