Facade.prototype.stopJuggling()

The stopJuggling() method stops the juggling animation.

Syntax

stopJuggling()

Parameters

none

Return value

none

Examples

const facade = new jmotion.Facade("#board");
facade.startJuggling("531");
setTimeout(facade.stopJuggling.bind(facade), 2000);