Bug Tracker

Ticket #2283 (closed bug: invalid)

Opened 10 months ago

Last modified 10 months ago

animate() function does not work in jQuery 1.2.2!

Reported by: jmruud Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.3 Component: core
Version: 1.2.2 Keywords:
Cc: Needs: Review

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

Change History

Changed 10 months ago by davidserduke

  • priority changed from critical to major
  • status changed from new to closed
  • resolution set to invalid
  • milestone changed from 1.2.2 to 1.2.3

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.

Note: See TracTickets for help on using tickets.