From 9b8ca556afbccbad31e30cf27a4fdfbd39fe88e9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 17 Jan 2014 08:06:18 -0800 Subject: [PATCH] index.html: Turn off slide transitions No need to distract people by being slick here. Keep them focused on the content. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.26.2