pughpugh / react-countdown-clock

HTML5 canvas countdown clock React component
ISC License
187 stars 83 forks source link

Has there been any discussion of an onSecond callback? #33

Open patsplat opened 7 years ago

patsplat commented 7 years ago

Am investigating how to add sound to the countdown clock. Has there been any discussion of a callback for 5, 4, 3, 2, 1, etc seconds?

macdonst commented 6 years ago

Yeah, I'm also looking to play a sound as the timer counts down. Having a progress event fired would help but having the clock handle playing the sound would probably be best to keep them in sync.

patsplat commented 6 years ago

@macdonst your commit would solve the reported issue. Have you tried PR'ing back to @pughpugh ?