AndrewMascolo / CountUpDownTimer

MIT License
28 stars 20 forks source link

Subtract instantly after start #24

Closed dragoblaztr closed 5 years ago

dragoblaztr commented 5 years ago

is there a fix to improve the functionality of StartTimer() because I notice when it's called instantly is subtracted 1 s to the established time.

thanks in advanced

AndrewMascolo commented 5 years ago

No, that is how it’s supposed to be.

Sent from my iPhone

On Oct 10, 2018, at 11:36 PM, dragoblaztr notifications@github.com wrote:

is there a fix to improve the functionality of StartTimer() because I notice when it's called instantly is subtracted 1 s to the established time.

thanks in advanced

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

dragoblaztr commented 5 years ago

so, if do I want that way?

AndrewMascolo commented 5 years ago

When you count down from 60, you start at 59 and go down to 0.

59-0 = 60 seconds

Sent from my iPhone

On Oct 11, 2018, at 12:16 AM, dragoblaztr notifications@github.com wrote:

so, if do I want that way?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.