diff options
author | Hakim El Hattab | 2013-10-11 21:54:25 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-10-11 21:54:25 -0400 |
commit | bbad51e89105e6280f25de36f3c54c58bb81daf1 (patch) | |
tree | e2122b7a803e5c75b2b24681c8232c106e7e44ee /README.md | |
parent | 8f3b14193e0b4c866f57fb13ea3305ca1b1440eb (diff) |
use named link for fragments #621
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |