jQuery’s animate function does not work for background-color. How can I smoothly turn the background color from white to a color without adding jQuery UI or other plugins?
jQuery’s animate function does not work for background-color. How can I smoothly turn the
Share
You can do this with a simple trick of using fadeIn().