diff --git a/.config/quickshell/ii/modules/background/cookieClock/SecondHand.qml b/.config/quickshell/ii/modules/background/cookieClock/SecondHand.qml index c05003020..a4643a259 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/SecondHand.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/SecondHand.qml @@ -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 {