Search and Top Navigation
#7957 closed bug (duplicate)
Opened December 16, 2011 01:20AM UTC
Closed December 16, 2011 01:51AM UTC
Last modified December 16, 2011 01:51AM UTC
borderColor disappears before animating
Reported by: | rtb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.core | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Animating a borderColor should have the same look and functionality as animating a backgroundColor. In this example of animating a backgroundColor, there is a smooth transition:
When you animate a borderColor, however, it immediately disappears before fading the new color in: http://jsfiddle.net/REcMp/
This creates an issue if the user wants to fade the current borderColor to the background color, as it immediately disappears then re-appears at the correct color: http://jsfiddle.net/Rdxj2/
The Duration seems a little off on the animation of a borderColor as well.