1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-03-14 01:19:40 +01:00

Merge pull request #302 from rschellhorn/master

Fixed fragment fade-in/out example
This commit is contained in:
Hakim El Hattab 2013-01-18 12:23:32 -08:00
commit cd40e9e575

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>