diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js index 11aacfcab..3c777db39 100644 --- a/ui/jquery.effects.core.js +++ b/ui/jquery.effects.core.js @@ -332,7 +332,7 @@ $.fn.extend({ // override the animation for color styles -$.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor', +$.each(['backgroundColor', 'borderColor', 'borderBottomColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor', 'color', 'outlineColor'], function(i, attr) { $.fx.step[attr] = function(fx) {