This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* jQuery Color Animations | |
* Copyright 2007 John Resig | |
* Released under the MIT and GPL licenses. | |
*/ | |
(function(jQuery){ | |
// We override the animation for all of these color styles | |
jQuery.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor', 'color', 'outlineColor'], function(i,attr){ |
NewerOlder