Browse Source

tweaked fragment examples

Hakim El Hattab 9 years ago
parent
commit
4ee6769e0f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      index.html

+ 1 - 2
index.html

@@ -141,8 +141,7 @@
 						<p class="fragment fade-out">fade-out</p>
 						<p class="fragment fade-up">fade-up (also down, left and right!)</p>
 						<p class="fragment current-visible">current-visible</p>
-						<p class="fragment highlight-red">highlight-red</p>
-						<p class="fragment highlight-blue">highlight-blue</p>
+						<p>Highlight <span class="fragment highlight-red">red</span> <span class="fragment highlight-blue">blue</span> <span class="fragment highlight-green">green</span></p>
 					</section>
 				</section>