I have some jquery animations that work fine on page load. But they run in a slideshow and act buggy if a user navigates to the next slide in the middle of an animation, then navigates back. The page tries to complete the previous animation while also running it from scratch.
I've tried $(#myFx).stop(true, true); when leaving the slide, but it doesn't work. Am I doing something wrong or is there another way to handle this?