Procházet zdrojové kódy

add new fragment styles to readme #1445

Hakim El Hattab před 9 roky
rodič
revize
ee877845d8
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -550,6 +550,7 @@ The default fragment style is to start out invisible and fade in. This style can
 	<p class="fragment grow">grow</p>
 	<p class="fragment shrink">shrink</p>
 	<p class="fragment fade-out">fade-out</p>
+	<p class="fragment fade-up">fade-up (also down, left and right!)</p>
 	<p class="fragment current-visible">visible only once</p>
 	<p class="fragment highlight-current-blue">blue only once</p>
 	<p class="fragment highlight-red">highlight-red</p>