Bug Tracker

Modify

Ticket #2283 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years 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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.