Fixed fragment fade-in/out example

This commit is contained in:
Rob Schellhorn 2013-01-18 10:00:33 +01:00
parent feaced800c
commit 1830a0d505
1 changed files with 1 additions and 1 deletions

View File

@ -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>