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.
20 lines
365 B
20 lines
365 B
1 year ago
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|