aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-10 10:22:47 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-10 10:22:47 +0100
commitfa9d8f5e8883a2fec2691ca413e2170ec6990ab3 (patch)
tree6ca289c45dfb9d83883bf3cf7c95dfbf014877ae /README.md
parent9a2160536d8f657e3249f010989a3e0f6b6be002 (diff)
parent542bcab5691f152dd04fd7b3e402163b94275762 (diff)
downloadfosdem-2021-minimalism-presentation-fa9d8f5e8883a2fec2691ca413e2170ec6990ab3.tar
fosdem-2021-minimalism-presentation-fa9d8f5e8883a2fec2691ca413e2170ec6990ab3.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
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 1a25a38..5a3a5a8 100644
--- a/README.md
+++ b/README.md
@@ -1009,6 +1009,7 @@ The default fragment style is to start out invisible and fade in. This style can
<section>
<p class="fragment grow">grow</p>
<p class="fragment shrink">shrink</p>
+ <p class="fragment strike">strike</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 fade-in-then-out">fades in, then out when we move to the next step</p>