$(function(){ // swiper var mySwiper = new Swiper ('.swiper-container', { // オプションのパラメーターを指定 // direction: 'horizontal', // effect: "flip", loop: true, // spaceBetween: 30, centeredSlides: true, autoplay: { delay: 5000, disableOnInteraction: false, }, pagination: { el: '.swiper-pagination', dynamicBullets: true, clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); }); $(window).on('load',function(){ }); $(window).on('resize',function () { }); $(window).on('scroll',function () { }); $(window).on('orientationchange', function(){ });