Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Counting down #42

Closed
fmsolbakken opened this issue Jul 2, 2015 · 1 comment
Closed

Counting down #42

fmsolbakken opened this issue Jul 2, 2015 · 1 comment

Comments

@fmsolbakken
Copy link

Very nice plugin!
Could we also have a counting down option?
Need to start at 60s and counting down to 0.

@walmik
Copy link
Owner

walmik commented Jul 2, 2015

Hi there, Thanks for your comments!

There is a countdown option. All you have to do is specify the duration and the countdown option as follows:

$('#timerDiv').timer({
    countdown: true,
    duration: '3m40s'    // This will start the countdown from 3 mins 40 seconds
});

@walmik walmik closed this as completed Jul 3, 2015
This was referenced May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants