Opened 15 years ago
Closed 15 years ago
#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: | ||
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
Change History (1)
comment:1 Changed 15 years ago by
Milestone: | 1.2.2 → 1.2.3 |
---|---|
Priority: | critical → major |
Resolution: | → invalid |
Status: | new → closed |
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.