stop multiple animations without stopping current animation

stop multiple animations without stopping current animation

Hi
I have an animation that rotates my logo on mouseover.

If I sweeps the mouse multiple times over my logo the animation will repeat itself for a long time.
I don't want that.
Using stop() makes the animation stop and I don't want that either.
I want it to complete the current animation but not add to the que.

How do I do that?