Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
20 lines
349 B
SCSS
20 lines
349 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|