Reputation: 14967
Are there a way for stop the animation, but then start it animation again in the same point that I stopped it?
I know with the method "stop" I can stop the animation,
$element.velocity("stop");
but with it I can't resume the animation.
thanks
Upvotes: 1
Views: 169
Reputation: 2862
Not the kind of answer you're expecting but, VelocityJS doesn't have a pause/continue like funcionality.
Why? Because Julian Shapiro (the creator of VelocityJS) choose not to create it.
Upvotes: 1