diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-08-01 10:36:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 10:36:07 +0200 |
commit | 72b05a3245479dd46ed10bdb81437f8eb01f23c1 (patch) | |
tree | ccecafb60c253a4c2350a8cf693ccd863eaea5cf | |
parent | b6aa0cac2392d69c93bda583c88cb6c4fd82b095 (diff) | |
parent | 27553e2fcb9714afcde7f26237302ab9b4b58a8a (diff) | |
download | perl-software-in-gnu-guix-72b05a3245479dd46ed10bdb81437f8eb01f23c1.tar perl-software-in-gnu-guix-72b05a3245479dd46ed10bdb81437f8eb01f23c1.tar.gz |
Merge pull request #2171 from tristansokol/tristans/add-all-transitions
add a full list of transitions to readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -734,7 +734,7 @@ You can also use different in and out transitions for the same slide: And it starts again. </section> ``` - +You can choose from `none`, `fade`, `slide`, `convex`, `concave` and `zoom`. ### Internal links It's easy to link between slides. The first example below targets the index of another slide whereas the second targets a slide with an ID attribute (`<section id="some-slide">`): |