demos: show - start hidden instead of fadeOut to prevent flash

This commit is contained in:
Richard Worth 2009-03-02 12:46:33 +00:00
parent a5c31c097c
commit 9d5fcaf5a4

View File

@ -57,7 +57,7 @@
return false; return false;
}); });
$("#effect").fadeOut(); $("#effect").hide();
}); });
</script> </script>
</head> </head>