aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab2013-03-30 23:29:04 -0400
committerHakim El Hattab2013-03-30 23:29:04 -0400
commit809b46fb5c619697ae5cbbb493ac7252c3535adb (patch)
tree7a46c2416ebcd7a50376d887153b70eb55d36693 /README.md
parent46023602d2a5ef8fa3935e919db0de0581f62846 (diff)
note about #39 in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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
+<section data-transition="zoom">
+ <h2>This slide will override the presentation transition and zoom!</h2>
+</section>
+```
+
+
The configuration can be updated after initialization using the ```configure``` method:
```javascript