Safari / Webkit Animating Font Size is Jumpy
问题 Animating font sizes in Firefox has a nice smooth effect, while in Safari (and Chrome but less so) it is jumpy. By jumpy I mean the kerning and rendering on the text does not change smoothly, as if Safari is not able to keep up with the font sizes changing so fast. font size starts at 10px: $('#myel).animate({fontSize:'20px'}, 300); Is this normal behavior and is there some sneaky fix for this? 回答1: I believe this is down to rounding. Both in how font sizes are rendered and in how those fonts