码迷,mamicode.com
首页 > 其他好文 > 详细

swiper轮播控件配置项

时间:2017-09-05 09:56:39      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:inter   按钮   wip   loop   轮播   cti   var   nat   rac   

var mySwiper = new Swiper (‘.swiper-container‘, {
   direction: ‘horizontal‘,
   loop: true,
   autoplay: 5000,
   autoplayDisableOnInteraction : false,  //控制使用分页器后,还可以自动轮播
   // 如果需要分页器
   pagination: ‘.swiper-pagination‘,
   paginationClickable :true,                 //分页器可以点击切换使用
   
   // 如果需要前进后退按钮
   nextButton: ‘.swiper-button-next‘,
   prevButton: ‘.swiper-button-prev‘,
})   

swiper轮播控件配置项

标签:inter   按钮   wip   loop   轮播   cti   var   nat   rac   

原文地址:http://www.cnblogs.com/Neilisme/p/7476735.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!