use fragment name in example
parent
c8b46050a0
commit
544020bb96
File diff suppressed because one or more lines are too long
|
@ -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,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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue