Explorar el Código

theme und transitions true

André Jordan hace 4 años
padre
commit
8689b9fa33
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -94,7 +94,7 @@
 					//     { name: 'White', theme: 'css/theme/white.css' },
 					//     { name: 'League', theme: 'css/theme/league.css' }
 					// ]
-					themes: false,
+					themes: true,
 
 					// Specifies the path to the default theme files. If your
 					// presentation uses a different path to the standard reveal
@@ -110,7 +110,7 @@
 					// array to specify the transitions to make available in
 					// the transitions panel, for example...
 					// ['None', 'Fade', 'Slide']
-					transitions: false,
+					transitions: true,
 
 					// Adds a menu button to the slides to open the menu panel.
 					// Set to 'false' to hide the button.