From a170ee898289d3d6218b247b9bff2cc584946ca8 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Wed, 5 Nov 2014 10:38:43 +0100
Subject: [PATCH] simplify default initialization options

---
 index.html | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/index.html b/index.html
index 46e14059..5c34e392 100644
--- a/index.html
+++ b/index.html
@@ -387,12 +387,7 @@ function linkify( selector ) {
 				history: true,
 				center: true,
 
-				theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
-				transition: Reveal.getQueryHash().transition || 'default', // none/fade/slide/convex/concave/zoom
-
-				// Parallax scrolling
-				// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
-				// parallaxBackgroundSize: '2100px 900px',
+				transition: 'slide', // none/fade/slide/convex/concave/zoom
 
 				// Optional libraries used to extend on reveal.js
 				dependencies: [
-- 
GitLab