diff options
author | James | 2019-03-02 22:08:17 +0800 |
---|---|---|
committer | GitHub | 2019-03-02 22:08:17 +0800 |
commit | c2e048bc1695907d03b66c50c9ea002f49f036fd (patch) | |
tree | d30d7a96e795278414aa34dd14ab4c9b42e61589 /README.md | |
parent | 0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d (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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |