Modify ↓
Ticket #2283 (closed bug: invalid)
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: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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.