diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -158,9 +158,9 @@ <td>2</td> <tr> </tbody> - </table> + </table> </section> - + <section data-markdown> <script type="text/template"> ## Markdown support @@ -203,9 +203,8 @@ <a href="?theme=simple#/themes">Simple</a> - <a href="?theme=serif#/themes">Serif</a> - <a href="?theme=night#/themes">Night</a> <br> - <a href="?theme=moon.css#/themes">Moon</a> - - <a href="?theme=simple.css#/themes">Simple</a> - - <a href="?theme=solarized.css#/themes">Solarized</a> + <a href="?theme=moon#/themes">Moon</a> - + <a href="?theme=solarized#/themes">Solarized</a> </p> <p> <small> @@ -311,7 +310,7 @@ function linkify( selector ) { </section> <section> - <section> + <section id="fragments"> <h2>Fragmented Views</h2> <p>Hit the next arrow...</p> <p class="fragment">... to step through ...</p> @@ -335,6 +334,8 @@ function linkify( selector ) { <p class="fragment highlight-red">highlight-red</p> <p class="fragment highlight-green">highlight-green</p> <p class="fragment highlight-blue">highlight-blue</p> + <p class="fragment current-visible">current-visible</p> + <p class="fragment highlight-current-blue">highlight-current-blue</p> </section> </section> @@ -396,6 +397,10 @@ function linkify( selector ) { theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none + // Parallax scrolling + // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', + // parallaxBackgroundSize: '2100px 900px', + // Optional libraries used to extend on reveal.js dependencies: [ { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, |