Text rendering blurred in Firefox and Internet Explorer using jQuery
Posted
by Sixfoot Studio
on Stack Overflow
See other posts from Stack Overflow
or by Sixfoot Studio
Published on 2010-05-29T09:11:50Z
Indexed on
2010/05/29
9:22 UTC
Read the original article
Hit count: 344
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
© Stack Overflow or respective owner