add helper class for disabling all slide transitions
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user