projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feaced8
)
Fixed fragment fade-in/out example
author
Rob Schellhorn
<rob.schellhorn@finalist.nl>
Fri, 18 Jan 2013 09:00:33 +0000
(10:00 +0100)
committer
Rob Schellhorn
<rob.schellhorn@finalist.nl>
Fri, 18 Jan 2013 09:00:33 +0000
(10:00 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index dfa42565b6331c46f151401927bd05cc6a6fb633..0a20b007d01690b27365a660d0005d860e151c80 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-234,7
+234,7
@@
Multiple fragments can be applied to the same element sequentially by wrapping i
```html
<section>
- <span class="fragment fade-
out
">
+ <span class="fragment fade-
in
">
<span class="fragment fade-out">I'll fade in, then out</span>
</span>
</section>