Hi all,
There are a lot of jQuery color plugins. However I couldn't find the one to animate between css class declarations.
For example doing a smooth animation from .class1
to .class2
:
.class1 { background-color: #000000 }
.class2 { background-color: #000088 }
Is this possible at all?