add immediate transition style (#528)
This commit is contained in:
		| @@ -1349,6 +1349,16 @@ body { | |||||||
| 		visibility: visible !important; | 		visibility: visible !important; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | /* Immediate transition style */ | ||||||
|  | .reveal[data-background-transition=none]>.backgrounds .slide-background, | ||||||
|  | .reveal>.backgrounds .slide-background[data-background-transition=none] { | ||||||
|  | 	-webkit-transition: none; | ||||||
|  | 	   -moz-transition: none; | ||||||
|  | 	    -ms-transition: none; | ||||||
|  | 	     -o-transition: none; | ||||||
|  | 	        transition: none; | ||||||
|  | } | ||||||
|  |  | ||||||
| /* Linear sliding transition style */ | /* Linear sliding transition style */ | ||||||
| .reveal[data-background-transition=slide]>.backgrounds .slide-background, | .reveal[data-background-transition=slide]>.backgrounds .slide-background, | ||||||
| .reveal>.backgrounds .slide-background[data-background-transition=slide] { | .reveal>.backgrounds .slide-background[data-background-transition=slide] { | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								css/reveal.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								css/reveal.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user