]> source.dussan.org Git - jquery-ui.git/commitdiff
Effects: Added support for animating borderColor (previously only supported individua...
authorScott González <scott.gonzalez@gmail.com>
Fri, 6 Nov 2009 01:46:49 +0000 (01:46 +0000)
committerScott González <scott.gonzalez@gmail.com>
Fri, 6 Nov 2009 01:46:49 +0000 (01:46 +0000)
ui/jquery.effects.core.js

index 11aacfcabb5420d0d9eabd0b43f305038068026e..3c777db39dfb06bfde7af2cb18b87e8e837fe641 100644 (file)
@@ -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) {