watchSlidesVisibility
开启watchSlidesVisibility选项前需要先开启watchSlidesProgress,如果开启了watchSlidesVisibility,则会在每个可见slide增加一个classname,默认为'swiper-slide-visible'。
watchSlidesVisibility参数
- 类型:
- boolean
- 默认:
- false
- 举例:
- true
- 启用版本:
- 3.04
使用方法示例
<script>
var mySwiper = new Swiper('.swiper-container',{
watchSlidesProgress : true,
watchSlidesVisibility : true,
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://3.swiper.com.cn]
本文地址:https://3.swiper.com.cn/api/Progress/2015/0308/192.html
上一篇:watchSlidesProgress
下一篇:没有了