wimbarelds / TimeCircles

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

Counter Clockwise change second color #131

Open zabimca opened 7 years ago

zabimca commented 7 years ago

Hi Wimbarelds, Thanks for the wonderful plugin. I have an issue like if timer reaches 0 (Clockwise) and again it starts (Counter Clockwise). While it comes to Counter Clockwise i want to change the seconds color to red. Can you please help me on this.

currently it is taking default color Seconds: { show: true, text: "Seconds", color: "#00c4f9",

        }

i want to change when second reaches 0 to Seconds: { show: true, text: "Seconds", color: "#d20a0a",

        }