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

Method delay

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

* @function LevelRenderer.Animation.Animator.prototype.delay * @description 设置动画延迟开始的时间 * @param {number} time - 时间,单位ms * @returns {LevelRenderer.Animation.Animator} Animator

(time)

Source from the content-addressed store, hash-verified

658 * @returns {LevelRenderer.Animation.Animator} Animator
659 */
660 delay(time) {
661 this._delay = time;
662 return this;
663 }
664
665
666 /**

Callers 15

VeFunction · 0.80
diFunction · 0.80
VeFunction · 0.80
animateToShallowFunction · 0.80
loadingDefaultFunction · 0.80
diFunction · 0.80
yiFunction · 0.80
echarts-en.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected