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

Method done

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

* @function LevelRenderer.Animation.Animator.prototype.done * @description 添加动画结束的回调 * @param {function} cb - Function * @returns {LevelRenderer.Animation.Animator} Animator

(cb)

Source from the content-addressed store, hash-verified

670 * @returns {LevelRenderer.Animation.Animator} Animator
671 */
672 done(cb) {
673 if (cb) {
674 this._doneList.push(cb);
675 }
676 return this;
677 }
678
679}
680

Callers 15

jquery.jsFile · 0.80
home.jsFile · 0.80
navigator.jsFile · 0.80
animateMethod · 0.80
VeFunction · 0.80
diFunction · 0.80
VeFunction · 0.80
animateToFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected