Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

how to stop countup? #10

Open
Laiton93 opened this issue Jan 26, 2015 · 0 comments
Open

how to stop countup? #10

Laiton93 opened this issue Jan 26, 2015 · 0 comments

Comments

@Laiton93
Copy link

hi i try to stop the countup on 5.30 minutes

$('#timer2').tinyTimer({
from: Date.now(),
format: '%0H:%0m:%0s',
onTick: function (val) {
if (val.m > 5 && val.s > 30)
{
/* stop?*/
}
}

how ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant