Skip to content

Commit 09073f0

Browse files
committed
Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow borderColor to be animated.
1 parent 62799d9 commit 09073f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.effects.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $.effects = {};
1919

2020
// override the animation for color styles
2121
$.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor',
22-
'borderRightColor', 'borderTopColor', 'color', 'outlineColor'],
22+
'borderRightColor', 'borderTopColor', 'borderColor', 'color', 'outlineColor'],
2323
function(i, attr) {
2424
$.fx.step[attr] = function(fx) {
2525
if (!fx.colorInit) {

0 commit comments

Comments
 (0)