swiper

new Swiper('.swiper2', {
            autoplay: true,
            effect: 'coverflow',
            grabCursor: true,
            watchSlidesProgress: true,
            centeredSlides: true,
            speed: 1000,
            autoplayDisableOnInteraction: false,
            loop: true,
            slidesPerView: 2,
            coverflowEffect: {
                rotate: 0,
                stretch: -20,
                depth: 80,
                modifier: 2,
                slideShadows: true
            }
        })

 

修改參數 ide

coverflowEffect 達到預期的效果
相關文章
相關標籤/搜索