flip
3d翻转有两个参数可设置。
slideShadows:slides的阴影。默认true。
limitRotation:限制最大旋转角度为180度,默认true。
slideShadows:slides的阴影。默认true。
limitRotation:限制最大旋转角度为180度,默认true。
flip参数
- 启用版本:
- 3.3.0
效果演示
使用方法示例
<script language="javascript">
var mySwiper = new Swiper('.swiper-container',{
effect : 'flip',
flip: {
slideShadows : true,
limitRotation : true,
}
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://3.swiper.com.cn]
本文地址:https://3.swiper.com.cn/api/Effects/2016/0126/298.html
上一篇:coverflow
下一篇:没有了