var TrandingSlider = new Swiper('.tranding-slider', { effect: 'coverflow', grabCursor: true, autoplay: { delay: 3000, disableOnInteraction: false, }, centeredSlides: true, loop: true, slidesPerView: 'auto', coverflowEffect: { rotate: 0, stretch: 0, depth: 150, modifier: 1.7, }, pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', } });