Merge pull request #2171 from tristansokol/tristans/add-all-transitions

add a full list of transitions to readme
This commit is contained in:
Hakim El Hattab 2018-08-01 10:36:07 +02:00 committed by GitHub
commit 72b05a3245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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">`):