Skip to main content

Search and Top Navigation

#7181 closed bug (duplicate)

Opened March 22, 2011 05:59AM UTC

Closed March 22, 2011 08:15AM UTC

Last modified March 22, 2011 08:15AM UTC

tweening between colors does not work properly

Reported by: patrick99e99 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.core Version: 1.8.11
Keywords: Cc:
Blocked by: Blocking:
Description

When using .animate to transition between different border-colors, the transition is broken for some reason between two colors, and starts from black to the next color. For example, I made a testcase with this jsFiddle:

http://jsfiddle.net/QsRuX/6/

Here I am trying to transition the border color from white to red, what should happen is white the green and blue channels should begin fading down until we reach the destination color of #f00. However, instead, the white border turns black and the transition to red starts from there.

Tested with Safari 5.0.4, and FF 3.6.15

Attachments (0)
Change History (2)

Changed March 22, 2011 08:15AM UTC by rdworth comment:1

resolution: → duplicate
status: newclosed

Changed March 22, 2011 08:15AM UTC by rdworth comment:2

Duplicate of #6969.