Skip to main content

Search and Top Navigation

#5215 closed enhancement (fixed)

Opened February 22, 2010 02:04PM UTC

Closed June 25, 2012 11:27PM UTC

Effects color: Add support for rgba animations

Reported by: ericw Owned by: gnarf
Priority: minor Milestone: 1.9.0
Component: ui.effects.core Version: 1.5
Keywords: color Cc:
Blocked by: Blocking:
Description

rgba-values in color css attributes allow firefox 3 and safari 3 to have transparent colors. it would be great to be able to animate them with jquery using the jquery.color plugin.

Attachments (0)
Change History (10)

Changed February 22, 2010 02:05PM UTC by rdworth comment:1

summary: Support for rgba animations in jquery.colorEffects color: Support for rgba animations in jquery.color

Changed February 22, 2010 02:06PM UTC by rdworth comment:2

summary: Effects color: Support for rgba animations in jquery.colorEffects color: Add support for rgba animations

Changed April 02, 2010 05:19PM UTC by kapouer comment:3

It is also a problem with e.g. chromium, since :

> $(document.body).css('backgroundColor')
"rgba(0, 0, 0, 0)"

So one cannot save backgroundColor value to animate back and forth,

since rgba is not understood by color plugin.

Changed April 02, 2010 09:05PM UTC by piouPiouM comment:4

See my commit on GitHub for a support of the rgba animations and its demonstration.

Changed December 19, 2010 12:44PM UTC by aidan comment:5

The patch looks good, why isn't this getting more attention!

Changed January 11, 2011 01:59PM UTC by scottgonzalez comment:6

#4736 is a duplicate of this ticket.

Changed March 28, 2011 06:08PM UTC by gnarf comment:7

status: newopen

Changed May 13, 2011 05:13PM UTC by gnarf comment:8

milestone: 1.next1.9
owner: → gnarf
status: openassigned

Changed May 13, 2011 05:16PM UTC by gnarf comment:9

keywords: → color

Changed June 25, 2012 11:27PM UTC by Scott González comment:10

resolution: → fixed
status: assignedclosed

Upgrade to jquery-color 2.0pre. Fixes #6910 - Trying to animate the background color of a document fragment can easily fail. Fixes #5215 - Effects color: Add support for rgba animations. Fixes #4372 - Animate backgroundColor to 'transparent'. Fixes #5393 - getColor reports inaccurate color for transparent elements in Webkit. Fixes #3806 - Feature request: expose getRGB and getColor.

Changeset: 13d560b8f05a8eedbf28851824fe639a254f9fd0