index.html: Turn off slide transitions
authorW. Trevor King <wking@tremily.us>
Fri, 17 Jan 2014 16:06:18 +0000 (08:06 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 18 Jan 2014 01:19:28 +0000 (17:19 -0800)
No need to distract people by being slick here.  Keep them focused on
the content.

index.html

index 3e40612559a35081e01e2170583e73e83f5ecb99..55c569eb09e2754ec739b96ff687b72d461eab1c 100644 (file)
@@ -85,7 +85,7 @@
                                center: true,
 
                                theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
-                               transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
+                               transition: Reveal.getQueryHash().transition || 'none', // default/cube/page/concave/zoom/linear/fade/none
 
                                // Parallax scrolling
                                // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',