> I'm trying to get animate() to fade font-weight but it's not working.
> I've tried the following:
> 
> $('a').mouseover(function() {
>     $(this).animate({fontWeight: 'bold'}, 'slow'); });
> 
> But that doesn't work - I've also tried to put quotes around 
> the fontWeight and tried font-weight.
> I get the following error:
> 
> e[prop[p]] is not a function (line 1582)
> 
> Can anyone tell me if/how animating font-weight is possible?

What would it mean? Are you trying to have a font gradually change from
normal to bold?

Browsers don't generally support a range of font weights. They support
normal and bold, and for most fonts that is it.

Sorry!

-Mike


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to