r2168 - trunk/demos/show
r2168 - trunk/demos/show
Author: rdworth
Date: Mon Mar 2 04:46:33 2009
New Revision: 2168
Modified:
trunk/demos/show/default.html
Log:
demos: show - start hidden instead of fadeOut to prevent flash
Modified: trunk/demos/show/default.html
==============================================================================
--- trunk/demos/show/default.html (original)
+++ trunk/demos/show/default.html Mon Mar 2 04:46:33 2009
@@ -57,7 +57,7 @@
return false;
});
- $("#effect").fadeOut();
+ $("#effect").hide();
});
</script>
</head>