Skip to main content

Bug Tracker

Side navigation

#8274 closed feature (wontfix)

Opened February 14, 2011 07:48PM UTC

Closed February 14, 2011 08:33PM UTC

Last modified February 14, 2011 08:54PM UTC

Animate Color, Background Color

Reported by: cjavapro Owned by:
Priority: low Milestone: 1.next
Component: effects Version: 1.5
Keywords: Cc:
Blocked by: Blocking:
Description

I would like to be able to animate background colors using code similar to

$('input, select, textarea', form).attr('readonly','readonly').animate({background:'#CCC'})
Attachments (0)
Change History (3)

Changed February 14, 2011 08:33PM UTC by addyosmani comment:1

resolution: → wontfix
status: newclosed

Thanks for submitting a feature request to the jQuery Bug Tracker.

We receive a number of feature requests everyday and as you can imagine we're unable to cater including all of these in jQuery core. Where a feature request contains features that would likely not be used or demanded by a majority of the community or where the feature would be better suited as a plugin, we recommend keeping such behavior in a plugin.

There are already a number of plugins available for background animation of colors and we would recommend using those in this case.

Changed February 14, 2011 08:46PM UTC by jitter comment:2

component: unfiledeffects
priority: undecidedlow

Changed February 14, 2011 08:54PM UTC by ajpiano comment:3

here is the Official jQuery Color Animation Plugin

File -> Save As...