Skip to main content

Bug Tracker

Side navigation

#2283 closed bug (invalid)

Opened February 04, 2008 08:56PM UTC

Closed February 05, 2008 12:26AM UTC

animate() function does not work in jQuery 1.2.2!

Reported by: jmruud Owned by:
Priority: major Milestone: 1.2.3
Component: core Version: 1.2.2
Keywords: Cc:
Blocked by: Blocking:
Description

It seems that any color manipulation using the animate function does not work. I can resize an object just fine, but I cannot change the background color nor the border color. No error is returned, and nothing happens.

ie:

$('.ship').animate({backgroundColor: '#ff9900'},1500);

The object I am taking action on is a plain <div> w/ initial css background-color: #ff9900;

doesn't work, nor return an error.

Thank you,

Jason

Attachments (0)
Change History (1)

Changed February 05, 2008 12:26AM UTC by davidserduke comment:1

milestone: 1.2.21.2.3
priority: criticalmajor
resolution: → invalid
status: newclosed

jQuery doesn't have the native ability to animate color in the core. Try this plugin written by John.

http://plugins.jquery.com/project/color

If you are saying you already used the plugin and it didn't work then please reopen this ticket with an attached test case.