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

when I am refreshing the page it gets reset and start the timer from the beginning what I do please tell me what I add extra in this code. #420

Open
SAMshashank opened this issue Oct 18, 2021 · 0 comments

Comments

@SAMshashank
Copy link

when I am refreshing the page it gets reset and starts the timer from the beginning what I do please tell me what I add extra in this code.

let clock;
clock = $(".clock").FlipClock({
clockFace: "DailyCounter",
autoStart: false,
callbacks: {
stop: function () {
$(".message").html("massage!");
},
},
});

clock.setTime(4000000);
clock.setCountdown(true);
clock.start();

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

1 participant