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

Multiple timeTo in single page jumping/overlapping seconds #24

Open
ianvillanueva opened this issue Aug 26, 2015 · 1 comment
Open

Multiple timeTo in single page jumping/overlapping seconds #24

ianvillanueva opened this issue Aug 26, 2015 · 1 comment

Comments

@ianvillanueva
Copy link

When used in multiple timeTo in single page the seconds are not like 9, 8, 7, it jumps to 9,7,5 and so on..

$('#countdown1').timeTo({
timeTo: new Date(new Date('Mon Aug 31 2015 09:00:00 GMT+0800 (PHT)')),
displayDays: 2,
displayCaptions: true,
fontSize: 65,
captionSize: 10
});

$('#countdown2').timeTo({
    timeTo: new Date(new Date('Mon Aug 31 2015 09:00:00 GMT+0800 (PHT)')),
    displayDays: 2,
    displayCaptions: true,
    fontSize: 65,
    captionSize: 10
}); 
@Jeff-Walker
Copy link

I haven't seen any display problems, but I seem to only get one callback per page. Might be related.

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