Skip to content

Commit

Permalink
add note about nested fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 11, 2012
1 parent ce1be45 commit 05499c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,16 @@ The default fragment style is to start out invisible and fade in. This style can
</section>
```

Multiple fragments can be applied to the same element sequentially by wrapping it, this will fade in the text on the first step and fade it back out on the second.

```
<section>
<span class="fragment fade-out">
<span class="fragment fade-out">I'll fade in, then out</span>
</span>
</section>
```

### Overview mode

Press "Esc" key to toggle the overview mode on and off. While you're in this mode, you can still navigate between slides,
Expand Down

0 comments on commit 05499c8

Please sign in to comment.