I have multiple animations on a single object, and I need to stop a specific animation rather than all of them. It doesn\'t look like the .stop() method can do this.
Instead of one animation, can you break it up into several smaller animations (i.e. animate opacity from 0-20%, then animate from 20-40%, then 40-60%, etc) and instead of .stop()-ing the animation, you just dont start it up again?