Stop a jQuery.scrollTo animation
masterSince the plugin uses standard jQuery animations, you can stop an ongoing scroll by calling $.stop() or $.finish() on the element that was being scrolled (including $(window)).
You can use the fail() callback to execute code when the animation is stopped (for example, if interrupt: true is set).