From 05499c8b8e0e7a88370a2b9766e0b0293211d5ca Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 11 Nov 2012 10:24:48 -0500 Subject: [PATCH] add note about nested fragments --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ``` +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. + +``` +
+ + I'll fade in, then out + +
+``` + ### 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,