くるくるアニメーション その2
-
かえる1
-
かえる2
-
かえる3
-
かえる4
-
かえる5
-
かえる6
-
かえる7
-
かえる8
-
かえる9
-
かえる10
-
かえる11
// 右へ進む
this._frontNo++;
if (this._frontNo > this._itemCnt) {
this._frontNo = 1;
}
this._pos1stChild++;
this._parentEle.dataset.front = this._frontNo.toString();
this._parentEle.style.setProperty('--base-deg', (-360 * this._pos1stChild / this._itemCnt) + 'deg');