bg clock: make second hand anim more continuous

This commit is contained in:
end-4
2025-10-12 16:27:32 +02:00
parent aa1fcd7eb9
commit edde61a46c
@@ -19,7 +19,10 @@ Item {
Behavior on rotation {
enabled: Config.options.background.clock.cookie.constantlyRotate // Animating every second is expensive...
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
animation: NumberAnimation {
duration: 1000 // 1 second
easing.type: Easing.InOutQuad
}
}
Rectangle {