All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.effect-fade.scss Maven / Gradle / Ivy

.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;
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy