Wednesday, June 30, 2010

jQuery color animation plugin

I've made a simple jQuery animation plugin based off of the github version that will animate colors with alpha, allowing simple cool effects. However, there is no animation at all on browsers that don't support rgba (heeeeeeello IE), so be aware of that. Maybe one of you will fix that without some hack that just checks for IE and does something different for it (it should actually check for rgba compatibility, so it works properly for all non-rgba browsers).

Enjoy!

1 comment:

  1. crazy2be, you should post this http://plugins.jquery.com/project/color

    It has a link to the demo, which is http://dev.jquery.com/~john/ticket/fx-rewrite2/

    ReplyDelete