Currently everyone talks of two solutions:
- jQuery UI plugin –> not feasible, because it uses too much space
- jQuery Color (http://api.jquery.com/animate/) –> not feasible because I can’t actually get a link to the plugin to download
So my question is, what is the smallest plugin I can use to allow this effect with jQuery v1.7.2?
You can get the
jQuery Colorplugin from its GitHub repository.See a live example using jQuery Color.
You can also make use of CSS3 transitions.
See a live example using CSS· transitions.