Not sure what causes this?
If I user slideDown in Firefox the text rendering cuts off the top of the letters before the animation is complete. This is ok in IE.
If I then change the animation to use fadeIn instead, the blur does not happen in Firefox but the text is very jagged in IE.
From another question I have asked in the past pertaining to animation, the guy told me that I should wrap that which I want to animate in another DIV and animate that instead. This sorted out the jerkiness caused by the padding on the content inside the .animateDiv.
Is there a trick to the text rendering as well in jQuery