From bb67c8bb1f7620a219842d12f45081f94ca271b7 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 24 May 2025 18:01:30 +0200 Subject: [PATCH] use bouncy anims --- .config/quickshell/modules/common/Appearance.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index d6ecbaf14..963a3da4b 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -181,7 +181,7 @@ Singleton { property QtObject elementMove: QtObject { property int duration: 500 property int type: Easing.BezierSpline - property list bezierCurve: animationCurves.emphasized + property list bezierCurve: animationCurves.expressiveDefaultSpatial property int velocity: 650 property Component numberAnimation: Component { NumberAnimation {