Merge pull request #165 from FelizYK/master

fix the counterclockwise direction when needles go from 12 to 1
pull/180/head
Brad Traversy 2 years ago committed by GitHub
commit 8d2a403cde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -69,7 +69,7 @@ body {
height: 65px; height: 65px;
width: 3px; width: 3px;
transform-origin: bottom center; transform-origin: bottom center;
transition: all 0.5s ease-in; transition: all 0.5s ease-in linear;
} }
.needle.hour { .needle.hour {

Loading…
Cancel
Save