From 09073f042e3a7336eccc5dd8e20b6ba5d7f4c9fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 8 Oct 2010 08:07:54 -0400 Subject: [PATCH] Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow borderColor to be animated. --- ui/jquery.effects.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js index d052b3f86..49ab4e220 100644 --- a/ui/jquery.effects.core.js +++ b/ui/jquery.effects.core.js @@ -19,7 +19,7 @@ $.effects = {}; // override the animation for color styles $.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor', - 'borderRightColor', 'borderTopColor', 'color', 'outlineColor'], + 'borderRightColor', 'borderTopColor', 'borderColor', 'color', 'outlineColor'], function(i, attr) { $.fx.step[attr] = function(fx) { if (!fx.colorInit) { -- 2.39.5