From edd008af907942faf6c8ebadb1b11a6492c0145e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 18 Feb 2014 19:07:02 +0100 Subject: [PATCH] default transition to none --- presentation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/index.html b/presentation/index.html index 2ee0992..ec254a1 100644 --- a/presentation/index.html +++ b/presentation/index.html @@ -67,7 +67,7 @@ backgroundTransition: 'fade', 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',