views:

27

answers:

1

Does anyone know if jQuery can handle an animation like:

rgba(0,0,0,0.2) -----> rgba(0,255,0,0.4)

I know there is a plugin to handle color animations, but this might be too modern?

+1  A: 

Uh, nevermind. Found an amazing modification to the jquery color plugin. Soooo badass:

http://pioupioum.fr/sandbox/jquery-color/

Matrym
Um, just to add another random coolness tidbit for those interested. RGBA cross browser via php image generation: http://leaverou.me/2009/02/bulletproof-cross-browser-rgba-backgrounds/
Matrym