Merge branch 'patch-3' of https://github.com/dandv/reveal.js
This commit is contained in:
commit
f00d8fa1d6
1 changed files with 11 additions and 10 deletions
21
index.html
21
index.html
|
@ -145,25 +145,26 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<section id="transition-styles">
|
||||
<h2>Transition Styles</h2>
|
||||
<p>
|
||||
You can select from different transitions, like: <br>
|
||||
<a href="http://lab.hakim.se/reveal-js/?transition=cube">Cube</a> -
|
||||
<a href="http://lab.hakim.se/reveal-js/?transition=page">Page</a> -
|
||||
<a href="http://lab.hakim.se/reveal-js/?transition=concave">Concave</a> -
|
||||
<a href="http://lab.hakim.se/reveal-js/?transition=linear">Linear</a>
|
||||
<a href="?transition=cube#/transition-styles">Cube</a> -
|
||||
<a href="?transition=page#/transition-styles">Page</a> -
|
||||
<a href="?transition=concave#/transition-styles">Concave</a> -
|
||||
<a href="?transition=linear#/transition-styles">Linear</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="themes">
|
||||
<h2>Themes</h2>
|
||||
<p>
|
||||
Reveal.js comes with a few themes built in: <br>
|
||||
<a href="http://lab.hakim.se/reveal-js/?theme=sky">Sky</a> -
|
||||
<a href="http://lab.hakim.se/reveal-js/?theme=beige">Beige</a> -
|
||||
<a href="http://lab.hakim.se/reveal-js/?theme=simple">Simple</a> -
|
||||
<a href="http://lab.hakim.se/reveal-js/?theme=serif">Serif</a> -
|
||||
<a href="http://lab.hakim.se/reveal-js/">Default</a>
|
||||
<a href="?theme=sky#/themes">Sky</a> -
|
||||
<a href="?theme=beige#/themes">Beige</a> -
|
||||
<a href="?theme=simple#/themes">Simple</a> -
|
||||
<a href="?theme=serif#/themes">Serif</a> -
|
||||
<a href="?#/themes">Default</a>
|
||||
</p>
|
||||
<p>
|
||||
<small>
|
||||
|
|
Loading…
Reference in a new issue