MCPcopy
hub / github.com/mattboldt/typed.js / lastStringBackspaced

Method lastStringBackspaced

src/typed.js:345–353  ·  view source on GitHub ↗

* Do stuff after the last string is backspaced * @private

()

Source from the content-addressed store, hash-verified

343 * @private
344 */
345 lastStringBackspaced() {
346 this.arrayPos = 0;
347 this.options.onLastStringBackspaced();
348
349 if (this.loop) {
350 this.shuffleStringsIfNeeded();
351 this.begin();
352 }
353 }
354
355 /**
356 * Full animation is complete

Callers 1

backspaceMethod · 0.95

Calls 3

beginMethod · 0.95

Tested by

no test coverage detected