add note about nested fragments
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 11 Nov 2012 15:24:48 +0000 (10:24 -0500)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 11 Nov 2012 15:24:48 +0000 (10:24 -0500)
README.md

index 0a50dafebb00e0698518dcebec4b7b1869a8e097..0bfc6fb755bdd581058588a147e6140581bcff5a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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,