UNPKG

phaser4-rex-plugins

Version:
18 lines (13 loc) 324 B
export default { pauseTyping() { // Pause typing this.typeWriter.pauseTyping(); return this; }, pause() { this.pauseTyping(); // Pause typing, typing timer and animation progresses this.timeline.pause(); return this; }, };