Files
yycea/uniapp/小程序代码/uni_modules/zebra-swiper/modules/effect-creative/effect-creative.scss
2026-03-17 09:56:06 +08:00

9 lines
200 B
SCSS

.swiper-creative {
}
.swiper-slide-creative {
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
transform-style: preserve-3d;
}