[jQuery] Animating color changes using RGB values
I know jQuery is setup to do animations based on math performed on
numerical values, so if I supplied it with a CSS rgb() range for it to
animate from one color to the next (say red to blue) could it do the
color transition?