Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow borderColor to be animated.

This commit is contained in:
Scott González 2010-10-08 08:07:54 -04:00
parent 62799d9122
commit 09073f042e

View File

@ -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) {