add helper class for disabling all slide transitions
							parent
							
								
									ed4cbdfd03
								
							
						
					
					
						commit
						e45626d6bd
					
				|  | @ -1041,7 +1041,8 @@ body { | |||
|           transform: none; } | ||||
| 
 | ||||
| .reveal .no-transition, | ||||
| .reveal .no-transition * { | ||||
| .reveal .no-transition *, | ||||
| .reveal .slides.disable-slide-transitions section { | ||||
|   transition: none !important; } | ||||
| 
 | ||||
| /********************************************* | ||||
|  |  | |||
|  | @ -1118,7 +1118,8 @@ $controlsArrowAngleActive: 36deg; | |||
| } | ||||
| 
 | ||||
| .reveal .no-transition, | ||||
| .reveal .no-transition * { | ||||
| .reveal .no-transition *, | ||||
| .reveal .slides.disable-slide-transitions section { | ||||
| 	transition: none !important; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Hakim El Hattab
						Hakim El Hattab