UNPKG

phaser3-rex-plugins

Version:
7 lines (6 loc) 152 B
var Pause = function () { // Pause typing timer and animation progresses this.timeline.pause(); return this; } export default Pause;