Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#6164 closed enhancement (fixed)

Effectts: Allow borderColor to be animated

Reported by: kbwood Owned by:
Priority: minor Milestone: 1.8.6
Component: ui.effects.core Version: 1.8.5
Keywords: border color Cc:
Blocked by: Blocking:

Description

Currently individual border properties may be animated, but not the entire border. Add borderColor to the list of animatable colour properties in effects code:

// override the animation for color styles
$.each(['backgroundColor', 'borderColor', 'borderBottomColor', 'borderLeftColor',
	'borderRightColor', 'borderTopColor', 'color', 'outlineColor'],
function(i, attr) {
    ...

Change History (4)

comment:1 Changed 12 years ago by Scott González

Milestone: TBD1.9

I had added this a year ago with r3411, then removed it a week later with r3541. Looking at the commits, it looks like there's no reason not to add it back in.

comment:2 Changed 12 years ago by Scott González

Resolution: fixed
Status: newclosed
Summary: Allow borderColor to be animatedEffectts: Allow borderColor to be animated

Fixed in 09073f0.

comment:3 Changed 12 years ago by Scott González

Milestone: 1.91.8.6

comment:4 Changed 12 years ago by Scott González

Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow borderColor to be animated.

Changeset: 09073f042e3a7336eccc5dd8e20b6ba5d7f4c9fa

Note: See TracTickets for help on using tickets.