bezdonas / planet-clock

The goal is to create wall of clocks for different planets of solar system. As if the abstractions of day, hour, minute and second were the same as at the Earth(day equals rotation of the planet around its own axis). Fun side project.
1 stars 0 forks source link

Сlock component prototype #5

Closed bezdonas closed 5 years ago

bezdonas commented 5 years ago

Also added styled-components + stylelint. The main mechanic of clock is done via setting css-animation -- full rotation from starting point to starting point + 360deg in calculated time, with steps in case of second arrow. This seems to be the most optimal method.