var proSwiper1 = new Swiper('#sw11', { effect: "coverflow", spaceBetween: 0, slidesPerView: 'auto', centeredSlides: true, loop: true, autoplay: { delay: 6000, stopOnLastSlide: false, disableOnInteraction: false, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, pagination:{ el: '.swiper-pagination', clickable: true }, on: { slideChangeTransitionEnd: function(){ var i = this.realIndex; var _o = $('#sw11 .swiper-slide-active'); $('#ttxt1').text( _o.find('.title').text()); } }, coverflowEffect: { rotate: 0, stretch: 0, depth: 200, modifier: 1, slideShadows : false } }) var proSwiper2 = new Swiper('#sw12', { effect: "coverflow", spaceBetween: 0, slidesPerView: 'auto', centeredSlides: true, loop: true, autoplay: { delay: 6000, stopOnLastSlide: false, disableOnInteraction: false, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, pagination:{ el: '.swiper-pagination', clickable: true }, on: { slideChangeTransitionEnd: function(){ var i = this.realIndex; var _o = $('#sw12 .swiper-slide-active'); $('#ttxt2').text( _o.find('.title').text()); } }, coverflowEffect: { rotate: 0, stretch: 0, depth: 200, modifier: 1, slideShadows : false } }) var proSwiper3 = new Swiper('#sw13', { effect: "coverflow", spaceBetween: 0, slidesPerView: 'auto', centeredSlides: true, loop: true, autoplay: { delay: 6000, stopOnLastSlide: false, disableOnInteraction: false, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, pagination:{ el: '.swiper-pagination', clickable: true }, on: { slideChangeTransitionEnd: function(){ var i = this.realIndex; var _o = $('#sw13 .swiper-slide-active'); $('#ttxt3').text( _o.find('.title').text()); } }, coverflowEffect: { rotate: 0, stretch: 0, depth: 200, modifier: 1, slideShadows : false } }) var proSwiper4 = new Swiper('#sw14', { effect: "coverflow", spaceBetween: 0, slidesPerView: 'auto', centeredSlides: true, loop: true, autoplay: { delay: 6000, stopOnLastSlide: false, disableOnInteraction: false, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, pagination:{ el: '.swiper-pagination', clickable: true }, on: { slideChangeTransitionEnd: function(){ var i = this.realIndex; var _o = $('#sw14 .swiper-slide-active'); $('#ttxt4').text( _o.find('.title').text()); } }, coverflowEffect: { rotate: 0, stretch: 0, depth: 200, modifier: 1, slideShadows : false } })