background animation
requires jquery.ui or jquery.color (https://github.com/jquery/jquery-color)
1 $.fn.backgroundAnimation : function(bgcolor, fgcolor, duration) { 2 $(this).animate({ backgroundColor: bgcolor }, duration).css('color', fgcolor); 3 }