MCPcopy
hub / github.com/greensock/GSAP / kill

Method kill

esm/SplitText.js:294–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292 return this;
293 }
294 kill() {
295 let { obs } = this._data;
296 obs && obs.disconnect();
297 _fonts == null ? void 0 : _fonts.removeEventListener("loadingdone", this._split);
298 }
299 revert() {
300 var _a, _b;
301 if (this.isSplit) {

Callers 1

revertMethod · 0.95

Calls 1

removeEventListenerMethod · 0.80

Tested by

no test coverage detected