We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87a8d30 + 0401a86 commit d6a80cbCopy full SHA for d6a80cb
source/components/analog-clock/analog-clock.js
@@ -126,7 +126,7 @@
126
const date = datetime();
127
const sec = (date.second() / 60) * 360;
128
const min = (date.minute() / 60) * 360;
129
- const hr = (date.hour12() / 12) * 360;
+ const hr = (date.hour12() / 12) * 360 + min/12;
130
const day = date.format("DD", this.locale);
131
const month = date.format("MMM", this.locale);
132
const moon = date.moon();
0 commit comments