Hey all,

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?

Thanks,
Allan

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

Reply via email to