Hi everyone:
I'm using the color animate plugin to animate some colors.
I'm animating the width on hover and using .stop() before each animation.
when i click my paragraph it animates the color of the div back and forth with a callback function to reset the background color in case .stop() freezes the color. But the callback function is not called.
try it here:
Now I want to always call the callback function.
Is there a way to do that?