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.
 
 
 

21 lines
349 B

  1. .swiper-fade {
  2. &.swiper-free-mode {
  3. .swiper-slide {
  4. transition-timing-function: ease-out;
  5. }
  6. }
  7. .swiper-slide {
  8. pointer-events: none;
  9. transition-property: opacity;
  10. .swiper-slide {
  11. pointer-events: none;
  12. }
  13. }
  14. .swiper-slide-active {
  15. &,
  16. & .swiper-slide-active {
  17. pointer-events: auto;
  18. }
  19. }
  20. }