From a400dd0c705db7510aeebaa03539bd199edd6ac6 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 6 Apr 2013 12:18:25 -0400 Subject: support for transition speed settings (closes #392) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 72405d7..82c6655 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,10 @@ Reveal.initialize({ rollingLinks: true, // Transition style - transition: 'default' // default/cube/page/concave/zoom/linear/fade/none + transition: 'default', // default/cube/page/concave/zoom/linear/fade/none + + // Transition speed + transitionSpeed: 'default', // default/fast/slow }); ``` @@ -268,6 +271,10 @@ The global presentation transition is set using the ```transition``` config valu

This slide will override the presentation transition and zoom!

+ +
+

Choose from three transition speeds: default, fast or slow!

+
``` Note that this does not work with the page and cube transitions. -- cgit v1.2.3