Ticket #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: | |
| Blocking: | Blocked by: |
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
comment:2 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
- Summary changed from Allow borderColor to be animated to Effectts: Allow borderColor to be animated
Fixed in 09073f0.
comment:4 Changed 3 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.


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.