note about #39 in readme
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 31 Mar 2013 03:29:04 +0000 (23:29 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 31 Mar 2013 03:29:04 +0000 (23:29 -0400)
README.md

index 827ac67c53cbd7a206f423d759b6a2c83a5e8376..f64d00980bf23fd711baef9d143a489feee10a06 100644 (file)
--- 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