Skip to content
Snippets Groups Projects
Commit cd40e9e5 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge pull request #302 from rschellhorn/master

Fixed fragment fade-in/out example
parents feaced80 1830a0d5
Branches
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
```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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment