Open ijames opened 8 years ago
Nice clock! I was searching for this for a long while.
What I need is not a moving time clock but a representation of a specific time in analog form.
My suggestion is to add an attribute "live" as:
<ds-widget-clock start-time="10800000" live="false"></ds-widget-clock> (time in milliseconds right?)
<ds-widget-clock start-time="10800000" live="false"></ds-widget-clock>
This would show a clock fixed at 3.
It will allow much more versatility in what your clock can do.
I can accept PR if you want to do it. I guess better option would be to have an attribute called freeze rather than live
freeze
live
Nice clock! I was searching for this for a long while.
What I need is not a moving time clock but a representation of a specific time in analog form.
My suggestion is to add an attribute "live" as:
<ds-widget-clock start-time="10800000" live="false"></ds-widget-clock>
(time in milliseconds right?)This would show a clock fixed at 3.
It will allow much more versatility in what your clock can do.