Visual Console Refactor: fixed the analogic clock
Former-commit-id: bd85af741c4bcf0fe505e1e6bb0b41d42ab2e090
This commit is contained in:
parent
2bd32a91dc
commit
f24368b5a0
|
@ -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")}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue