add data-auto-animate-id to auto-animate examples #2896
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/reveal.esm.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/reveal.esm.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/reveal.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/reveal.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -18,7 +18,6 @@ | ||||
| 		<div class="reveal"> | ||||
|  | ||||
| 			<div class="slides"> | ||||
|  | ||||
| 				<section data-auto-animate data-auto-animate-unmatched="fade"> | ||||
| 					<h3>Auto-Animate Example</h3> | ||||
| 					<p>This will fade out</p> | ||||
| @@ -158,6 +157,25 @@ | ||||
| 					<div data-id="4" style="background: cyan; position: absolute; top: 250px; left: 76%; width: 60px; height: 60px;"></div> | ||||
| 				</section> | ||||
|  | ||||
| 				<section data-auto-animate data-auto-animate-id="a"> | ||||
| 					<h2>data-auto-animate-id="a"</h2> | ||||
| 					<h3>A1</h3> | ||||
| 				</section> | ||||
| 				<section data-auto-animate data-auto-animate-id="a"> | ||||
| 					<h2>data-auto-animate-id="a"</h2> | ||||
| 					<h3>A1</h3> | ||||
| 					<h3>A2</h3> | ||||
| 				</section> | ||||
| 				<section data-auto-animate data-auto-animate-id="b"> | ||||
| 					<h2>data-auto-animate-id="b"</h2> | ||||
| 					<h3>B1</h3> | ||||
| 				</section> | ||||
| 				<section data-auto-animate data-auto-animate-id="b"> | ||||
| 					<h2>data-auto-animate-id="b"</h2> | ||||
| 					<h3>B1</h3> | ||||
| 					<h3>B2</h3> | ||||
| 				</section> | ||||
|  | ||||
| 			</div> | ||||
|  | ||||
| 		</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user