使用Swiper的coverflowEffect组件时在ios手机不显示动画效果

221 阅读1分钟

使用Swiper的coverflowEffect组件时在ios手机不显示动画效果

解决方法:

*:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}

文章链接: