aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-01-08 10:41:20 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-01-08 10:41:20 +0100
commitee877845d8c1c03b55d218f0f28b352c52ccba6e (patch)
tree6df31dc3fd4e7009eab6b78fbdec7acf1bfb103f /README.md
parent76faeccd3e50026037ddb13497fd244e52ac51fd (diff)
downloadfosdem-2018-presentation-ee877845d8c1c03b55d218f0f28b352c52ccba6e.tar
fosdem-2018-presentation-ee877845d8c1c03b55d218f0f28b352c52ccba6e.tar.gz
add new fragment styles to readme #1445
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index db48102..79c5755 100644
--- a/README.md
+++ b/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>