MCPcopy
hub / github.com/visgl/deck.gl / end

Method end

modules/core/src/transitions/transition.ts:53–60  ·  view source on GitHub ↗

* end this transition if it is in progress.

()

Source from the content-addressed store, hash-verified

51 * end this transition if it is in progress.
52 */
53 end() {
54 if (this._inProgress) {
55 this._timeline.removeChannel(this._handle as number);
56 this._handle = null;
57 this._inProgress = false;
58 this.settings.onEnd?.(this);
59 }
60 }
61
62 /**
63 * cancel this transition if it is in progress.

Callers 15

updateMethod · 0.95
_onUpdateMethod · 0.45
onUpdateMethod · 0.45
_renderMethod · 0.45
_drawLayersInViewportMethod · 0.45
_renderPassMethod · 0.45
_updateBinsMethod · 0.45
renderFunction · 0.45
drawMethod · 0.45
disableRTTMethod · 0.45
02-spy-basic.tsFile · 0.45
03-spy-complex.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected