flipEffect
3d翻转有两个参数可设置。
slideShadows:slides的阴影。默认true。
limitRotation:限制最大旋转角度为180度,默认true。
slideShadows:slides的阴影。默认true。
limitRotation:限制最大旋转角度为180度,默认true。
flipEffect信息
- 类型:
- object
- 启用版本:
- 3.3.0
效果演示
使用方法示例
从Swiper7开始,容器默认类名由'.swiper-container'变更为'.swiper'。
<script language="javascript">
var mySwiper = new Swiper('.swiper',{
effect : 'flip',
flipEffect: {
slideShadows : true,
limitRotation : true,
}
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://www.swiper.com.cn]
本文地址:https://www.swiper.com.cn/api/effects/298.html