From: W. Trevor King Date: Fri, 17 Jan 2014 16:06:18 +0000 (-0800) Subject: index.html: Turn off slide transitions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b8ca556afbccbad31e30cf27a4fdfbd39fe88e9;p=reveal.js.git index.html: Turn off slide transitions No need to distract people by being slick here. Keep them focused on the content. --- diff --git a/index.html b/index.html index 3e40612..55c569e 100644 --- a/index.html +++ b/index.html @@ -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',