Animator.prototype.getIndex()

getIndex() メソッドは、アニメーションのインデックス番号を取得します。

構文

getIndex()

引数

なし

返値

0 から始まるインデックス番号を返します。

const core = new jmotion.Core("#board");
const animator = new jmotion.Animator(core);
const index = animator.getIndex();

// index = 0