From 082e4ed1686747d9472c4448dc4387084f6238e2 Mon Sep 17 00:00:00 2001 From: Joel Brandt Date: Wed, 16 Jan 2013 12:49:10 -0800 Subject: implement a fade transition --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index ea2d7d6..24afca1 100644 --- a/index.html +++ b/index.html @@ -151,6 +151,7 @@ Concave - Zoom - Linear - + Fade - None - Default

@@ -354,7 +355,7 @@ function linkify( selector ) { center: true, theme: Reveal.getQueryHash().theme, // available themes are in /css/theme - transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/none + transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none // Optional libraries used to extend on reveal.js dependencies: [ -- cgit v1.2.3