aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-30 23:36:10 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-30 23:36:10 -0400
commit6f1049eb8b183c317de4bc465905af155bb8bbd5 (patch)
tree88abf8cf30920cbe5c0c2cd761ef87be900ee2c4 /README.md
parent809b46fb5c619697ae5cbbb493ac7252c3535adb (diff)
downloadfreenode-live-2017-presentation-6f1049eb8b183c317de4bc465905af155bb8bbd5.tar
freenode-live-2017-presentation-6f1049eb8b183c317de4bc465905af155bb8bbd5.tar.gz
readme update
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index f64d009..a7f058c 100644
--- a/README.md
+++ b/README.md
@@ -107,14 +107,6 @@ 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:
@@ -269,6 +261,15 @@ You can also add relative navigation links, similar to the built in reveal.js co
<a href="#" class="navigate-next"> <!-- Next vertical or horizontal slide -->
```
+### Alternating transitions
+The global presentation transition is set using the ```transition``` config value. You can override the global transition for 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>
+```
+
### Fragments
Fragments are used to highlight individual elements on a slide. Every elmement with the class ```fragment``` will be stepped through before moving on to the next slide. Here's an example: http://lab.hakim.se/reveal-js/#/16