Skip to content
Snippets Groups Projects
Commit 1830a0d5 authored by Rob Schellhorn's avatar Rob Schellhorn
Browse files

Fixed fragment fade-in/out example

parent feaced80
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ Multiple fragments can be applied to the same element sequentially by wrapping i ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment