aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-06-11 10:59:31 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-06-11 10:59:31 +0200
commit4bea8e17e8a6dd1580286aa3b0b927e0aebae75b (patch)
tree391cd030e2d03c2e871282b7b370ff428d134da8 /README.md
parent4672801229e58cb85f10309c43827050e23649ed (diff)
downloadperl-software-in-gnu-guix-4bea8e17e8a6dd1580286aa3b0b927e0aebae75b.tar
perl-software-in-gnu-guix-4bea8e17e8a6dd1580286aa3b0b927e0aebae75b.tar.gz
add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to 'fade-in-then-out'
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d094a1..dfe6f35 100644
--- a/README.md
+++ b/README.md
@@ -761,7 +761,8 @@ The default fragment style is to start out invisible and fade in. This style can
<p class="fragment shrink">shrink</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 current-visible">visible only once</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-half-out">fades in, then 50% out when we move to the next step</p>
<p class="fragment highlight-current-blue">blue only once</p>
<p class="fragment highlight-red">highlight-red</p>
<p class="fragment highlight-green">highlight-green</p>