From 113204c95024e8673bad74fec1d4a94c29707c5b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 11 Jan 2013 19:25:53 +0400 Subject: [PATCH] updatet timings... Signed-off-by: Alex A. Naanou --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e5df34e..ec2a59c 100755 --- a/index.html +++ b/index.html @@ -65,12 +65,12 @@ function prevPage(){ function showIndex(){ //$('.previews').fadeIn() - $('.previews').slideDown() + $('.previews').slideDown(100) } function hideIndex(){ //$('.previews').fadeOut() - $('.previews').slideUp() + $('.previews').slideUp(100) } function toggleIndex(){