The animateStyle plugin doesn't seem to work in Safari. Is this permanent or are you working on a fix?

I do like the effects in FF though and would like to see it work in Safari.

Erin

Hi John,

you could use my new plugin animateStyle for that purpose. It's an addition to animate, but works quite different. Check it out here: <http://paul.jquery.com/plugins/animateClass/>http://paul.jquery.com/plugins/animateClass/

after inclusion, just do $("h2").animateStyle("font-size: 2em", 500) , this should do the job.

Good luck!

2006/11/22, Jörn Zaefferer <<mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]>:

John Cherouvim schrieb:
 Hello

 I can do $("h2").animate({ fontSize: 18 }, 500);  to make my <h2>
 animate to larger, but how can I say '2em' instead of that 18?
 Does that 18 mean 18px?

jQuery's animation currently support only pixels. See also this bug
report: <http://jquery.com/dev/bugs/bug/86/> http://jquery.com/dev/bugs/bug/86/

--
Jörn Zaefferer

<http://bassistance.de>http://bassistance.de


_______________________________________________
jQuery mailing list
<mailto:[email protected]> [email protected]
<http://jquery.com/discuss/>http://jquery.com/discuss/




--
Paul Bakaus
Web Developer
------------------------
Hildastr. 35
79102 Freiburg

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to