#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
Milestone: | TBD → 1.9 |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Allow borderColor to be animated → Effectts: Allow borderColor to be animated |
Fixed in 09073f0.
comment:3 Changed 12 years ago by
Milestone: | 1.9 → 1.8.6 |
---|
comment:4 Changed 12 years ago by
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.