[jQuery] fadeIn: text anti-alias
On my site, made-electric.com, I wanted everything to fadeIn when the
page fires:
$(document).ready(function(){
$("body").fadeIn("slow");
});
Really simple, and it worked just fine. The issue I had was that any
text below 12px rendered rather jagged after the fadeIn - as if it
was no longer being anti-aliased.
I work on a Mac, and checked Safari, FF, & Camino. Those 3 browsers
consistently did the same thing to the text. I've since changed it to
slideDown, and there's no problem. Weird!
Not a *big* deal, but I'm wondering if anyone else has gotten this? I
searched the archives to avoid a repeat post on a solved problem;
apologies if I missed the thread.
> Mathew
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/