How can I create the same clock as on the site momentjs.com?
1 answer
- using this, you can create the same watch with the same design that is there? the only difference is css? - helgun
- that on Momentjs.com, that the clock in my link is written in pure CSS. So yes - the only difference is in CSS, and even a big difference in the description of the animation. If you need just such a watch with such a design - then take it from there. Get the CSS from there, and take the HTML markup from div.watch. The only thing: it is a CSS clock. This means that the starting position of the arrows must be calculated manually, i.e. CSS should be generated dynamically on the server. - Yakovlev Andrei
|