Search and Top Navigation
#6164 closed enhancement (fixed)
Opened October 08, 2010 01:00AM UTC
Closed October 08, 2010 12:08PM UTC
Last modified November 19, 2010 06:26PM UTC
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) { ...
Attachments (0)
Change History (4)
Changed October 08, 2010 12:01PM UTC by comment:1
milestone: | TBD → 1.9 |
---|
Changed October 08, 2010 12:08PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
summary: | Allow borderColor to be animated → Effectts: Allow borderColor to be animated |
Fixed in 09073f0.
Changed October 25, 2010 07:00PM UTC by comment:3
milestone: | 1.9 → 1.8.6 |
---|
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.