Syntax
stopJuggling()
Parameters
none
Return value
none
Examples
const facade = new jmotion.Facade("#board");
facade.startJuggling("531");
setTimeout(facade.stopJuggling.bind(facade), 2000);
The stopJuggling() method stops the juggling animation. Nothing happens unless the animation is running.
stopJuggling()
none
none
const facade = new jmotion.Facade("#board");
facade.startJuggling("531");
setTimeout(facade.stopJuggling.bind(facade), 2000);