From 9d5fcaf5a4287e993c02067795c6445040c0a6f4 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Mon, 2 Mar 2009 12:46:33 +0000 Subject: [PATCH] demos: show - start hidden instead of fadeOut to prevent flash --- demos/show/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/show/default.html b/demos/show/default.html index f2461a7d7..7c70526ab 100644 --- a/demos/show/default.html +++ b/demos/show/default.html @@ -57,7 +57,7 @@ return false; }); - $("#effect").fadeOut(); + $("#effect").hide(); });