tags:

views:

937

answers:

2

I need a function that I can call when somthing is done, for example a fadeOut, fadeIn and so on...

The function I need is a bg-color/font-color rotate with jQuery. I want it to fade betwen two colors for X seconds. Have used google with no result.

+3  A: 

There is a plugin for that:

http://plugins.jquery.com/project/color

willoller
+1  A: 

You can use a plug in authored by Resig called Color Animations:

http://plugins.jquery.com/project/color

Rockitsauce
Sorry, posted while I was searching for link
Rockitsauce