diff options
author | Hakim El Hattab | 2020-03-03 15:53:15 +0100 |
---|---|---|
committer | GitHub | 2020-03-03 15:53:15 +0100 |
commit | 542bcab5691f152dd04fd7b3e402163b94275762 (patch) | |
tree | a3efea8983a1fc90b2eb87aa1a29782b33905588 | |
parent | f02367875542fd9d465f2c5c5f4c8ee7d6fd6a89 (diff) | |
parent | c2e048bc1695907d03b66c50c9ea002f49f036fd (diff) |
Merge pull request #2336 from lunchboxer/patch-1
Update README.md with strike fragment
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |