- Add missing properties for the
progress
event (#34).
- Use
requestAnimationFrame
instead ofsetTimeout
for better performance (#33).
- Add new
now
option for customizing local time. - Pause the countdown when the page is hidden and continue the countdown when the page is visible again.
- Fix the issue of props updating (#1).
- Supports 6 props (options):
autoStart
,emitEvents
,interval
,tag
,time
andtransform
. - Supports 3 methods:
start
,abort
andend
. - Supports 4 events:
start
,progress
,abort
andend
. - Supports 10 scope properties:
days
,hours
,minutes
,seconds
,milliseconds
,totalDays
,totalHours
,totalMinutes
,totalSeconds
andtotalMilliseconds
.