You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to have a frozen time using the js-es6 branch. I can't get it to work.
<div class="clock" style="margin:1em;"></div>
<script type="text/javascript">
const el = document.querySelector('.clock');
const clock = new FlipClock(el, new Date('2020-03-30 05:30:00 pm'), {
face: 'TwelveHourClock'
autoStart: false,
showSeconds: false
});
</script>
Any solutions to this would be welcome.
I think I'll just take a screenshot and use that instead...
Also, twelve-hour-clock-custom-time.html Firefox renders NaN while Chrome renders it poorly . It could be in conflict with bootstrap and the JQuery versions?
The text was updated successfully, but these errors were encountered:
I am trying to have a frozen time using the js-es6 branch. I can't get it to work.
Any solutions to this would be welcome.
I think I'll just take a screenshot and use that instead...
Also, twelve-hour-clock-custom-time.html Firefox renders NaN while Chrome renders it poorly . It could be in conflict with bootstrap and the JQuery versions?
The text was updated successfully, but these errors were encountered: