hospital-management/static/plugins/swiper/modules/effect-creative-element.css
2025-08-12 13:33:25 +03:00

7 lines
194 B
CSS

.swiper-creative ::slotted(swiper-slide) {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}