mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| .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;
 | |
|     }
 | |
|   }
 | |
| }
 | 
