diff options
author | Hakim El Hattab | 2012-10-13 10:28:34 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-10-13 10:28:34 -0400 |
commit | 6619bc62bdde24bf79769c5ed63ac931e127d7f6 (patch) | |
tree | 2dc80e5a0bdf7a3f96649f88f89f98144d82eeff /js | |
parent | bb47678b27b3e1600009e664da9b19bce92f4839 (diff) |
add zoom transition
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 4 | ||||
-rw-r--r-- | js/reveal.min.js | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/js/reveal.js b/js/reveal.js index 3dcedf0..8b19c46 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1,5 +1,5 @@ /*! - * reveal.js 2.1 r30 + * reveal.js 2.1 r31 * http://lab.hakim.se/reveal-js * MIT licensed * @@ -46,7 +46,7 @@ var Reveal = (function(){ theme: null, // Transition style - transition: 'default', // default/cube/page/concave/linear(2d), + transition: 'default', // default/cube/page/concave/zoom/linear/none // Script dependencies to load dependencies: [] diff --git a/js/reveal.min.js b/js/reveal.min.js index bb03527..5568ab3 100644 --- a/js/reveal.min.js +++ b/js/reveal.min.js @@ -1,5 +1,5 @@ /*! - * reveal.js 2.1 r30 + * reveal.js 2.1 r31 * http://lab.hakim.se/reveal-js * MIT licensed * |