aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-11-11 10:24:48 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-11-11 10:24:48 -0500
commit05499c8b8e0e7a88370a2b9766e0b0293211d5ca (patch)
tree3c6c94f0b4ad8381391c0877212e640786ed452b
parentce1be451c5155ee588d690d3a4eb8c7e7355034b (diff)
downloadfreenode-live-2017-presentation-05499c8b8e0e7a88370a2b9766e0b0293211d5ca.tar
freenode-live-2017-presentation-05499c8b8e0e7a88370a2b9766e0b0293211d5ca.tar.gz
add note about nested fragments
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0a50daf..0bfc6fb 100644
--- 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,