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