From 9d425cd7373ce6d30add29265eded50a9a246daa Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 24 May 2025 20:59:10 +0200 Subject: [PATCH] change small animations to use expressiveEffects curve --- .config/quickshell/modules/common/Appearance.qml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index 6256d90e3..a1889827b 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -227,7 +227,7 @@ Singleton { property QtObject elementMoveFast: QtObject { property int duration: 200 property int type: Easing.BezierSpline - property list bezierCurve: animationCurves.standardDecel + property list bezierCurve: animationCurves.expressiveEffects property int velocity: 850 property Component colorAnimation: Component { ColorAnimation { duration: root.animation.elementMoveFast.duration @@ -261,12 +261,6 @@ Singleton { property int duration: 350 property int type: Easing.OutExpo } - property QtObject positionShift: QtObject { - property int duration: 300 - property int type: Easing.BezierSpline - property list bezierCurve: animationCurves.emphasized - property int velocity: 650 - } } sizes: QtObject {