aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2011-12-26 21:57:37 -0800
committerHakim El Hattab <hakim.elhattab@gmail.com>2011-12-26 21:57:37 -0800
commit3fa01ab1072cc85eb1043c0707843fae9fed0c75 (patch)
treed56e912a159f1941b50afa3482fac84bc75b9e89 /index.html
parent2c088681ec7b38369c906866907daa80583b2bdf (diff)
downloadfreenode-live-2017-presentation-3fa01ab1072cc85eb1043c0707843fae9fed0c75.tar
freenode-live-2017-presentation-3fa01ab1072cc85eb1043c0707843fae9fed0c75.tar.gz
updated copy in slides, added one that explains transitions
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/index.html b/index.html
index 93bb2dd..8251079 100644
--- a/index.html
+++ b/index.html
@@ -74,12 +74,20 @@
<section>
<h2>Holistic Overview</h2>
<p>
- Press <em>SPACE</em> to enter the slide overview. This allows you to navigate faster
- in larger decks using the keyboard.
+ Press <strong>SPACE</strong> to enter the slide overview.
</p>
+ </section>
+
+ <section>
+ <h2>Transition Styles</h2>
<p>
- This feature is highly experimental and will be updated to boost performance.
+ You can select from different transitions, like:
</p>
+ <ul>
+ <li><a href="http://lab.hakim.se/reveal-js/?transition=cube">Cube</a></li>
+ <li><a href="http://lab.hakim.se/reveal-js/?transition=page">Page</a></li>
+ <li><a href="http://lab.hakim.se/reveal-js/?transition=concave">Concave</a></li>
+ </ul>
</section>
<section>
@@ -218,7 +226,7 @@
theme: query.theme || 'default', // default/neon
// Transition style
- transition: query.transition || 'default' // default/box/page/concave/linear(2d),
+ transition: query.transition || 'default' // default/cube/page/concave/linear(2d),
});
hljs.initHighlightingOnLoad();