mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
20 lines
349 B
Text
20 lines
349 B
Text
.swiper-fade {
|
|
&.swiper-free-mode {
|
|
.swiper-slide {
|
|
transition-timing-function: ease-out;
|
|
}
|
|
}
|
|
.swiper-slide {
|
|
pointer-events: none;
|
|
transition-property: opacity;
|
|
.swiper-slide {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
.swiper-slide-active {
|
|
&,
|
|
& .swiper-slide-active {
|
|
pointer-events: auto;
|
|
}
|
|
}
|
|
}
|