Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a #406

Open
lukababu opened this issue Mar 31, 2020 · 0 comments
Open

Creating a #406

lukababu opened this issue Mar 31, 2020 · 0 comments

Comments

@lukababu
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant