aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRob Schellhorn2013-01-18 10:00:33 +0100
committerRob Schellhorn2013-01-18 10:00:33 +0100
commit1830a0d50576c5e04eb449413f852461df1197b5 (patch)
treede1be3969026ce8d1a5d9cca1b1ab67daee01a0e /README.md
parentfeaced800cdf47ebf93577ee1570974f096149d8 (diff)
Fixed fragment fade-in/out example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dfa4256..0a20b00 100644
--- 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>