[jQuery] Re: BUG with animate method

2008-04-02 Thread Karl Swedberg
Hi Erik, I don't think you're going to be able to animate these properties at all with the core jQuery library alone. Please take a look at the Color Plugin and see if that helps: http://plugins.jquery.com/project/color --Karl _ Karl Swedberg www.englishrules.com www.learn

[jQuery] Re: BUG with animate method

2008-04-02 Thread Erik H
I noticed one thing that may have caused an error. The animate method requires hyphenated property names (margin-left, table-cell) to be rewritten in camelCase ( marginLeft, tableCell). However, these changes didn't make a difference. I've updated the code in the example to reflect the proper impl