jQuery's animate() method will help you easily create animations for any CSS property with a numerical value - *except* color. Even though color values are technically numbers, the animate() method can't animate them. There's the jQuery color plugin to help you along, but we can actually use a combo of CSS3 and jQuery to animate colors easily without using the plugin