UNPKG

phaser3-rex-plugins

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