Skip to content

how to stop countup? #10

@Laiton93

Description

@Laiton93

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 ?

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