Skip to content

Commit

Permalink
Add notes about the cube/page transitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Dec 14, 2016
1 parent f2bd9d2 commit c403845
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Reveal.initialize({
previewLinks: false,
// Transition style
transition: 'slide', // none/fade/slide/convex/concave/zoom
transition: 'slide', // none/fade/slide/convex/concave/zoom/cube/page
// Transition speed
transitionSpeed: 'default', // default/fast/slow
Expand Down
6 changes: 4 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ <h2>Transition Styles</h2>
<a href="?transition=slide#/transitions">Slide</a> -
<a href="?transition=convex#/transitions">Convex</a> -
<a href="?transition=concave#/transitions">Concave</a> -
<a href="?transition=zoom#/transitions">Zoom</a>
<a href="?transition=zoom#/transitions">Zoom</a> -
<a href="?transition=cube#/transitions">Cube</a> -
<a href="?transition=page#/transitions">Page</a>
</p>
</section>

Expand Down Expand Up @@ -391,7 +393,7 @@ <h1>THE END</h1>
history: true,
center: true,

transition: 'slide', // none/fade/slide/convex/concave/zoom
transition: 'slide', // none/fade/slide/convex/concave/zoom/cube/page

// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
focusBodyOnPageVisibilityChange: true,

// Transition style
transition: 'slide', // none/fade/slide/convex/concave/zoom
transition: 'slide', // none/fade/slide/convex/concave/zoom/cube/page

// Transition speed
transitionSpeed: 'default', // default/fast/slow
Expand Down

0 comments on commit c403845

Please sign in to comment.