Forráskód Böngészése

Fixed fragment fade-in/out example

Rob Schellhorn 12 éve
szülő
commit
1830a0d505
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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>