r3411 committed - Effects: Added support for animating borderColor (previously only supp...

r3411 committed - Effects: Added support for animating borderColor (previously only supp...


Revision: 3411
Author: scott.gonzalez
Date: Thu Nov 5 17:46:49 2009
Log: Effects: Added support for animating borderColor (previously only
supported individual borders, e.g., borderLeftColor). Fixes #4807 -
$('').switchClass throwing error in IE8 if the switched class contains
color property.
http://code.google.com/p/jquery-ui/source/detail?r=3411
Modified:
/trunk/ui/jquery.effects.core.js
=======================================
--- /trunk/ui/jquery.effects.core.js    Thu Nov 5 17:12:09 2009
+++ /trunk/ui/jquery.effects.core.js    Thu Nov 5 17:46:49 2009
@@ -332,7 +332,7 @@
// 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) {