From: Hakim El Hattab Date: Sun, 31 Mar 2013 03:29:04 +0000 (-0400) Subject: note about #39 in readme X-Git-Tag: 2.4.0~54 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=809b46fb5c619697ae5cbbb493ac7252c3535adb;p=reveal.js.git note about #39 in readme --- diff --git a/README.md b/README.md index 827ac67..f64d009 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,15 @@ Reveal.initialize({ Note that the new default vertical centering option will break compatibility with slides that were using transitions with backgrounds (`cube` and `page`). To restore the previous behavior, set `center` to `false`. +You can specify a transition to and from a specific slide by using the ```data-transition``` attribute: + +```javascript +
+

This slide will override the presentation transition and zoom!

+
+``` + + The configuration can be updated after initialization using the ```configure``` method: ```javascript