wimbarelds / TimeCircles

jQuery plugin to show time since or time until a specific time
295 stars 149 forks source link

time bug #51

Closed elemwm closed 10 years ago

elemwm commented 10 years ago

There is a bug. If you set a past date, with animation ticks option, it adds a day, an hour, a minute, and a second, more. anyway great work thanks Meg

wimbarelds commented 10 years ago

Good catch, I'm going to fix this (hopefully) soon!

wimbarelds commented 10 years ago

It was as a result of using Math.floor() on negative numbers. -0.1 gets floored to -1. Fixed this in the next version.

This "Next" version is now released, version 1.5