Facade.prototype.stopJuggling()
stopJuggling() メソッドは、実行中のジャグリングのアニメーションを停止します。
構文
stopJuggling()
引数
なし
返値
なし
例
const facade = new jmotion.Facade("#board");
facade.startJuggling("531");
setTimeout(facade.stopJuggling.bind(facade), 2000);
stopJuggling() メソッドは、実行中のジャグリングのアニメーションを停止します。
stopJuggling()
なし
なし
const facade = new jmotion.Facade("#board");
facade.startJuggling("531");
setTimeout(facade.stopJuggling.bind(facade), 2000);