Answered
Animate html5 canvas - how to pause frame for 10 seconds and then automatically continue animation
I can't seem to figure out how to pause the animation for 10 seconds at a given frame and after 10 seconds the animation continues. I can get it to stop using:
this.stop();
but how do I add a time of 10 seconds to start again?
Thanks.