jQuery animate backgroundColor

I am trying to animate a change in backgroundColor using jQuery on mouseover. I have checked some example and I seem to have it right, it works with other properties like fontSize, but with backgroundColor I get and “Invalid Property” js error. The element I am working with is a div. $(“.usercontent”).mouseover(function() { $(this).animate({ backgroundColor: … Read more