Merge pull request #302 from rschellhorn/master
Fixed fragment fade-in/out example
This commit is contained in:
commit
cd40e9e575
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ Multiple fragments can be applied to the same element sequentially by wrapping i
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<section>
|
<section>
|
||||||
<span class="fragment fade-out">
|
<span class="fragment fade-in">
|
||||||
<span class="fragment fade-out">I'll fade in, then out</span>
|
<span class="fragment fade-out">I'll fade in, then out</span>
|
||||||
</span>
|
</span>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue