[jQuery] Animate() : background color

2007-03-02 Thread Alexandre Plennevaux
hello! i'm trying to have jquery fade between 2 colors, but can't get it to work, here is what i'm trying: $('#contactForm').animate({left: 400, width: 300, height: 600, backgroundColor: #617B8C},slow,linear,showContactInfo); the docs specifies it must be camel cased, which i did .

Re: [jQuery] Animate() : background color

2007-03-02 Thread Karl Swedberg
Hi Alexandre, The core jQuery .animate() method works only for properties that take numeric values (although you can use the shortcut strings show, hide, and toggle as well). For animation of other CSS properties, or even classes, check out the Interface plugin suite (and ifx.js in