summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2020-03-03 15:53:15 +0100
committerGitHub2020-03-03 15:53:15 +0100
commit542bcab5691f152dd04fd7b3e402163b94275762 (patch)
treea3efea8983a1fc90b2eb87aa1a29782b33905588
parentf02367875542fd9d465f2c5c5f4c8ee7d6fd6a89 (diff)
parentc2e048bc1695907d03b66c50c9ea002f49f036fd (diff)
Merge pull request #2336 from lunchboxer/patch-1
Update README.md with strike fragment
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87f283c..cc362d4 100644
--- a/README.md
+++ b/README.md
@@ -904,6 +904,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>