MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / stop

Method stop

src/common/overlay/levelRenderer/Animation.js:645–651  ·  view source on GitHub ↗

* @function LevelRenderer.Animation.Animator.prototype.stop * @description 停止动画

()

Source from the content-addressed store, hash-verified

643 * @description 停止动画
644 */
645 stop() {
646 for (var i = 0; i < this._clipList.length; i++) {
647 var clip = this._clipList[i];
648 this.animation.remove(clip);
649 }
650 this._clipList = [];
651 }
652
653
654 /**

Callers 3

destroyMethod · 0.45
constructorMethod · 0.45
disposeMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected