Skip to content

Commit

Permalink
Effects: Added borderColor to color animation list. Fixes #6164 - Eff…
Browse files Browse the repository at this point in the history
…ectts: Allow borderColor to be animated.
  • Loading branch information
scottgonzalez committed Oct 8, 2010
1 parent 62799d9 commit 09073f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.effects.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 09073f0

Please sign in to comment.