[jQuery] new plugin: AnimateClass/animateStyle

[jQuery] new plugin: AnimateClass/animateStyle

Hi jQuerians,
I managed to get the core functionality of my new plugin done today. Still, cross-browser support is nowhere perfect, only IE and Firefox seem to perform quite well.
For all who don't know what I'm talking about:
This is my new animateClass/animateStyle plugin!
Using it you can:
1.) Animate to a certain css class (as described in a stylesheet)
2.) Animate from a class to a class
3.) Animate using pure css as in the style tag ("border:1x solid #000; margin: 5px")
Check out this page for more info, examples and download:  <a href="http://paul.jquery.com/plugins/animateClass/">http://paul.jquery.com/plugins/animateClass/</a> . You can also check the SVN plugin directory for a more current one. What has been improved since I wrote the draft:
1) Rewritten parts of the code for faster execution
2) Added color transistions for all(?) browsers (You can now input rgb(0,0,0), #00000, #000, black in both IE and Firefox)<br clear="all">3) Fixed many IE issues
4) Wrote better examples, bette descriptions and better inline comments
5) Finished animateStyle
6) Added basic queueing (not really, if a new animation is passed in without the previous one ended, it just stops...maybe someone can explain me how to use jQuery's interal queue.)
Feel free to give me input and comments! Have fun!
--
Paul Bakaus
Web Developer
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/