So, I’ve been putting a lot of time into crafting a new API for jQuery’s color animate plugin lately, and thought I would share this quick demo usage example I just put together.
Note that this actually does some clever backgroundColor alpha blending by looking for the elements nearest parent with a backgroundColor to fake support for RGBA in older browsers.
I’m pretty interested in seeing what other (possibly more legitimate) uses people might have for a Color library.
Note: This color plugin is all in a development branch – you can use it, and please do, but the API is still subject to change…