* Do stuff after the last string is backspaced * @private
()
| 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 |
no test coverage detected