Visual Console Refactor: fixed the analogic clock

Former-commit-id: bd85af741c4bcf0fe505e1e6bb0b41d42ab2e090
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-15 17:10:34 +02:00
parent 2bd32a91dc
commit f24368b5a0
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ export default class Clock extends Item<ClockProps> {
to {
${prefixedCssRules(
"transform",
`translate(50px, 50px) rotate(${minuteAngle + 360}deg)`
`translate(50px, 50px) rotate(${secAngle + 360}deg)`
).join("\n")}
}
}