[jquery-dev] Animation should not change elments to block - Priority: high
// Set display property to block for height/width animations if ( ( this.prop == "height" || this.prop == "width" ) && this.elem.style ) {} //this.elem.style.display = "block"; Commenting this line fixes an issue where, while animating, the d
[jquery-dev] Animation should not change elments to block - Priority: high
// Set display property to block for height/width animations if ( ( this.prop == "height" || this.prop == "width" ) && this.elem.style ) {} //this.elem.style.display = "block"; Commenting this line fixes an issue where, while animating, the d