I was playing around with the jQuery .animate() function, and ended up trying to change the background-color of one of the divs depend
.animate()
background-color
div
You can animate the backgroundColor only with jQueryUI. If you don't want to use jQueryUI you will need to just change a class and have the animation made in CSS using transitions.