use named link for fragments #621

This commit is contained in:
Hakim El Hattab 2013-10-11 21:54:25 -04:00
parent 8f3b14193e
commit bbad51e891
2 changed files with 2 additions and 2 deletions

View File

@ -365,7 +365,7 @@ You can also add relative navigation links, similar to the built in reveal.js co
### Fragments
Fragments are used to highlight individual elements on a slide. Every element with the class ```fragment``` will be stepped through before moving on to the next slide. Here's an example: http://lab.hakim.se/reveal-js/#/16
Fragments are used to highlight individual elements on a slide. Every element with the class ```fragment``` will be stepped through before moving on to the next slide. Here's an example: http://lab.hakim.se/reveal-js/#/fragments
The default fragment style is to start out invisible and fade in. This style can be changed by appending a different class to the fragment:

View File

@ -281,7 +281,7 @@ function linkify( selector ) {
</section>
<section>
<section>
<section id="fragments">
<h2>Fragmented Views</h2>
<p>Hit the next arrow...</p>
<p class="fragment">... to step through ...</p>