Browse Source

use fragment name in example

Hakim El Hattab 10 years ago
parent
commit
544020bb96
3 changed files with 3 additions and 3 deletions
  1. 0 0
      css/reveal.min.css
  2. 2 2
      index.html
  3. 1 1
      js/reveal.min.js

File diff suppressed because it is too large
+ 0 - 0
css/reveal.min.css


+ 2 - 2
index.html

@@ -302,11 +302,11 @@ function linkify( selector ) {
 						<p class="fragment shrink">shrink</p>
 						<p class="fragment roll-in">roll-in</p>
 						<p class="fragment fade-out">fade-out</p>
-						<p class="fragment current-visible">visible only once</p>
-						<p class="fragment highlight-current-blue">blue only once</p>
 						<p class="fragment highlight-red">highlight-red</p>
 						<p class="fragment highlight-green">highlight-green</p>
 						<p class="fragment highlight-blue">highlight-blue</p>
+						<p class="fragment current-visible">current-visible</p>
+						<p class="fragment highlight-current-blue">highlight-current-blue</p>
 					</section>
 				</section>
 

+ 1 - 1
js/reveal.min.js

@@ -1,5 +1,5 @@
 /*!
- * reveal.js 2.6.0-dev (2013-11-25, 15:39)
+ * reveal.js 2.6.0-dev (2013-11-26, 12:18)
  * http://lab.hakim.se/reveal-js
  * MIT licensed
  *

Some files were not shown because too many files changed in this diff