瀏覽代碼

Merge pull request #302 from rschellhorn/master

Fixed fragment fade-in/out example
Hakim El Hattab 12 年之前
父節點
當前提交
cd40e9e575
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>