MCPcopy Index your code
hub / github.com/microsoft/SandDance / finalize

Method finalize

docs/app/js/sanddance-app.js:8331–8340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8329 }));
8330 }
8331 finalize() {
8332 this.animationCancel();
8333 if (this.deckgl) this.deckgl.finalize();
8334 if (this.el) this.el.innerHTML = "";
8335 this._last = null;
8336 this.deckgl = null;
8337 this.el = null;
8338 this.logger = null;
8339 this.queuedAnimationOptions = null;
8340 }
8341}
8342
8343},{"./base":"9SeSX","./clone":"17ucx","./color":"3W8ci","./deck.gl-classes/deckgl":"6Ja8Z","./deck.gl-classes/linearInterpolator":"cWzuI","./defaults":"lNLF5","./easing":"6lpNQ","./effects":"c0NZD","./enums":"d2XHT","./layers":"aCwnK","./legend":"ad1Ea","./marks/rule":"lHE8q","./panel":"lSjme","./patchedCubeArray":"k0ge5","./stagers":"cqSrU","./viewState":"47n3F","tsx-create-element":"9k8zL","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"6Ja8Z":[function(require,module,exports) {

Callers

nothing calls this directly

Calls 2

animationCancelMethod · 0.95
finalizeMethod · 0.45

Tested by

no test coverage detected