X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Ffx%2Ffx.js;h=f20cc468fb649841119eaa397ab91d34fa07b305;hb=397be502f92abf14e97c247763d41d690561907a;hp=da9e49a27f717d901dfc43b717354d0d7a5bcada;hpb=522b9cf35f30d0dc83e03f2425c5cbdccfbdc812;p=jquery.git diff --git a/src/fx/fx.js b/src/fx/fx.js index da9e49a..f20cc46 100644 --- a/src/fx/fx.js +++ b/src/fx/fx.js @@ -413,9 +413,6 @@ jQuery.extend({ // Store display property var oldDisplay = jQuery.css(elem, "display"); - // Set display property to block for animation - y.display = "block"; - // Make sure that nothing sneaks out y.overflow = "hidden"; @@ -428,6 +425,8 @@ jQuery.extend({ jQuery.attr(y, "opacity", z.now); // Let attr handle opacity else if ( parseInt(z.now) ) // My hate for IE will never die y[prop] = parseInt(z.now) + "px"; + + y.display = "block"; // Set display property to block for animation }; // Figure out the maximum number to run to