웹 퍼블리싱/제이쿼리 플러그인

(Swiper) 드래그 막는 기능

꼬지비 2020. 6. 24. 14:42
1
2
3
4
5
6
7
8
9
10
var rollingSwiper02 = new Swiper('#news-swiper .swiper-container', {
                    direction: 'vertical',
                    loop:true,
                    speed:700,
                    touchRatio: 0,//드래그 금지
                    autoplay: {
                        delay: 3000,
                        disableOnInteraction: false,
                    },
                });