summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJames2019-03-02 22:08:17 +0800
committerGitHub2019-03-02 22:08:17 +0800
commitc2e048bc1695907d03b66c50c9ea002f49f036fd (patch)
treed30d7a96e795278414aa34dd14ab4c9b42e61589 /README.md
parent0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d (diff)
Update README.md with strike fragment
the strike type fragment was un-documented, so I stuck a mention of it in with the others.
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 a301d5f..7c6dc93 100644
--- a/README.md
+++ b/README.md
@@ -815,6 +815,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>