<script>
var mySwiper = new Swiper ('.swiper-container', {
direction:"horizontal",/*橫向滑動*/
loop: true, //設置爲true 則開啓loop模式
autoplay: true, //設置爲true啓動自動切換,並使用默認的切換設置
speed: 300, //切換速度,即slider自動滑動開始到結束的時間(單位ms),也是觸摸滑動時釋放至貼合的時間
autoplay: {
disableOnInteraction: false,//手勢滑動過之後,依然可以重啓輪播的屬性
},
});ide
</script>oop