You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
365 B
19 lines
365 B
.swiper-container-fade {
|
|
&.swiper-container-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;
|
|
}
|
|
}
|
|
}
|
|
|