[jQuery] Re: jquery 1.2.2 and animate()

2008-01-21 Thread besh
Hi Stefan, try this one: http://plugins.jquery.com/project/color -- Bohdan Ganicky On Jan 21, 1:21 pm, "Stefan Kilp [sk-software]" <[EMAIL PROTECTED]> wrote: > hi, > > what is the best way to animate background-color with jquery. > > i tried > > $j(this).animate({backgroundColor:"#ff"}, 200

[jQuery] Re: jquery 1.2.2 and animate()

2008-01-21 Thread Cloudream
try official color plugin http://plugins.jquery.com/project/color On Jan 21, 8:21 pm, "Stefan Kilp [sk-software]" <[EMAIL PROTECTED]> wrote: > hi, > > what is the best way to animate background-color with jquery. > > i tried > > $j(this).animate({backgroundColor:"#ff"}, 2000) > > to get a red

[jQuery] Re: jquery 1.2.2 and animate()

2008-01-21 Thread chrismarx
yeah, the color plugin, its sweet. http://plugins.jquery.com/project/color On Jan 21, 7:21 am, "Stefan Kilp [sk-software]" <[EMAIL PROTECTED]> wrote: > hi, > > what is the best way to animate background-color with jquery. > > i tried > > $j(this).animate({backgroundColor:"#ff"}, 2000) > > to