diff options
author | Hakim El Hattab | 2018-06-13 14:12:25 +0200 |
---|---|---|
committer | Hakim El Hattab | 2018-06-13 14:12:28 +0200 |
commit | be87adcdf8227fce0152e575c240d774408c38a3 (patch) | |
tree | 938a155f69e10eb2944e04c31b42e899fdb44fe3 /README.md | |
parent | 078a7520cd6a0c1c403c8270a9a58d77c09cd9de (diff) |
rename new fragment style
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -768,7 +768,7 @@ The default fragment style is to start out invisible and fade in. This style can <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> - <p class="fragment fade-in-then-half-out">fades in, then 50% out when we move to the next step</p> + <p class="fragment fade-in-then-semi-out">fades in, then obfuscate 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> |