container
container参数
- 类型:
- string
- 默认:
- 举例:
- .swiper-scrollbar
效果演示
使用方法示例
<script type="text/javascript">
var mySwiper = new Swiper('.swiper-container',{
scrollbar: {
container : '.swiper-scrollbar',
}
});
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://2.swiper.com.cn]
本文地址:https://2.swiper.com.cn/api/scrollbar/2015/0204/183.html