Hi, I'm using jQuery for some simple animation effects once user clicks something. However, if they click again before the first animation has completed, nothing happens. They must wait until the first animation has finished.
Is there a way to interrupt the animation process and begin from scratch when a second click occurs?
Thanks.