Facade.prototype.stopJuggling()

stopJuggling() メソッドは、実行中のジャグリングのアニメーションを停止します。

構文

stopJuggling()

引数

なし

返値

なし

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