Skip to content

pauseTimer and stopTimer functions do same thing #1

@arnoldsandoval

Description

@arnoldsandoval

Hey Miles,

I noticed pauseTimer and stopTimer both toggle the timerRunning flag, but dont seem to differ. Im assuming your intention was for stopTimer to reset the currentTime/currentFrame to 0?

Thanks for building this, it has been incredibly useful!

     pauseTimer: function() {
       this.isTimerRunning = false;
     },
     stopTimer: function() {
       this.isTimerRunning = false;
     },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions