Skip to content

Commit

Permalink
demos: show - start hidden instead of fadeOut to prevent flash
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Mar 2, 2009
1 parent a5c31c0 commit 9d5fcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/show/default.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
return false; return false;
}); });


$("#effect").fadeOut(); $("#effect").hide();
}); });
</script> </script>
</head> </head>
Expand Down

0 comments on commit 9d5fcaf

Please sign in to comment.