paginationType
分页器样式类型,可选
‘bullets’ 圆点(默认)
‘fraction’ 分式
‘progress’ 进度条
‘custom’ 自定义
‘bullets’ 圆点(默认)
‘fraction’ 分式
‘progress’ 进度条
‘custom’ 自定义
paginationType参数
- 类型:
- string
- 默认:
- bullets
- 举例:
- fraction
- 启用版本:
- 3.3.0
效果演示
bullets
fraction
progress
使用方法示例
<script language="javascript">
var mySwiper = new Swiper('.swiper-container',{
pagination : '.swiper-pagination',
paginationType : 'fraction',
//paginationType : 'progress',
//paginationType : 'custom',
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://3.swiper.com.cn]
本文地址:https://3.swiper.com.cn/api/pagination/2016/0126/299.html