diff options
author | Rob Schellhorn | 2013-01-18 10:00:33 +0100 |
---|---|---|
committer | Rob Schellhorn | 2013-01-18 10:00:33 +0100 |
commit | 1830a0d50576c5e04eb449413f852461df1197b5 (patch) | |
tree | de1be3969026ce8d1a5d9cca1b1ab67daee01a0e /README.md | |
parent | feaced800cdf47ebf93577ee1570974f096149d8 (diff) |
Fixed fragment fade-in/out example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |