苦呀君
苦呀君
  • 发布:2025-07-15 15:25
  • 更新:2025-07-15 15:25
  • 阅读:18

#插件讨论# 【 zebra-swiper 3D轮播组件库,基于Vue3 TypeScript重构,从心出发。 - zebraUI 】微信小程序card模式滑动过程中不松手会有闪屏问题,如下解决:

分类:uni-app
<view class="app-container">  
        <z-swiper grab-cursor effect="cards" :modules="zSwiperModules">  
            <z-swiper-item v-for="(item, index) in 10" :key="item">  
        <!-- 以下省略 -->
.app-container {  
    // 容器样式  
    background-color: #fff;  
    width: 100vw;  
    height: 100vh;  
    overflow: hidden;  

    // 3d效果调整  
    transform-style: preserve-3d;  
    backface-visibility: hidden;  
    perspective: 1000px;  
    will-change: transform;  
}
2025-07-15 15:25 负责人:无 分享
已邀请:

要回复问题请先登录注册