diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-26 21:57:37 -0800 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-26 21:57:37 -0800 |
commit | 3fa01ab1072cc85eb1043c0707843fae9fed0c75 (patch) | |
tree | d56e912a159f1941b50afa3482fac84bc75b9e89 /index.html | |
parent | 2c088681ec7b38369c906866907daa80583b2bdf (diff) | |
download | fosdem-2018-presentation-3fa01ab1072cc85eb1043c0707843fae9fed0c75.tar fosdem-2018-presentation-3fa01ab1072cc85eb1043c0707843fae9fed0c75.tar.gz |
updated copy in slides, added one that explains transitions
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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(); |