Merge pull request #2336 from lunchboxer/patch-1

Update README.md with strike fragment
This commit is contained in:
Hakim El Hattab 2020-03-03 15:53:15 +01:00 committed by GitHub
commit 542bcab569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -904,6 +904,7 @@ The default fragment style is to start out invisible and fade in. This style can
<section> <section>
<p class="fragment grow">grow</p> <p class="fragment grow">grow</p>
<p class="fragment shrink">shrink</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-out">fade-out</p>
<p class="fragment fade-up">fade-up (also down, left and right!)</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> <p class="fragment fade-in-then-out">fades in, then out when we move to the next step</p>