jQuery.fx.prototype.update

jQuery.fx.prototype.update

Hi,

In jQuery.fx.prototype it says,

this.elem.style.display="block"

Why? Because I have 2 display:inline-block divs next to each other. Because of the change of the display, during a animation the right one will be under the first one instead of staying next to it, at the right.

Thanks,

Eric J.