mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 12:41:18 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			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;
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |