there must be a space before { 😭💢

This commit is contained in:
end-4
2025-10-06 10:15:46 +02:00
parent d6e9e9f2a5
commit a5b80c1c73
5 changed files with 10 additions and 10 deletions
@@ -20,7 +20,7 @@ Item {
rotation: -90 + (360 / 60) * root.clockMinute
opacity: root.style === "hide" ? 0.0 : 1.0
Behavior on rotation{
Behavior on rotation {
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
}
Behavior on opacity {