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",
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",