From b30c35bdb234cd36f7b85ec7af497320a875381f Mon Sep 17 00:00:00 2001 From: Viljami S Date: Tue, 20 Dec 2011 17:57:53 +0200 Subject: [PATCH] fadetime back to 300ms --- example/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/index.html b/example/index.html index df773b1..f48b54f 100644 --- a/example/index.html +++ b/example/index.html @@ -14,7 +14,7 @@ $("#slides").responsiveSlides({ maxwidth:800 }); // Slideshow 2 - $("#slides2").responsiveSlides({ fade:400, auto:false, maxwidth:540, namespace: 'anotherslideshow' }); + $("#slides2").responsiveSlides({ fade:300, auto:false, maxwidth:540, namespace: 'anotherslideshow' }); });