From 27553e2fcb9714afcde7f26237302ab9b4b58a8a Mon Sep 17 00:00:00 2001
From: Tristan Sokol <tristans@squareup.com>
Date: Mon, 4 Jun 2018 13:52:11 -0700
Subject: [PATCH] add a full list of transitions to readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 857f39cb..3d634458 100644
--- a/README.md
+++ b/README.md
@@ -695,7 +695,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">`):
-- 
GitLab