From ddb434662b355a373401eaae93ee59c6b5382d83 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 24 May 2025 11:02:52 +0200 Subject: [PATCH] anims: go back to emphasized for now --- .config/quickshell/modules/common/Appearance.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index 2075dfdb3..468ef932a 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -167,7 +167,7 @@ Singleton { animationCurves: QtObject { readonly property list expressiveDefaultSpatial: [0.38, 1.21, 0.22, 1.00, 1, 1] // Default, 500ms - readonly property list expressiveEffects: [0.34, 0.80, 0.34, 1.00] // Default, 200ms + readonly property list expressiveEffects: [0.34, 0.80, 0.34, 1.00, 1, 1] // Default, 200ms readonly property list emphasized: [0.05, 0, 2 / 15, 0.06, 1 / 6, 0.4, 5 / 24, 0.82, 0.25, 1, 1, 1] readonly property list emphasizedAccel: [0.3, 0, 0.8, 0.15, 1, 1] readonly property list emphasizedDecel: [0.05, 0.7, 0.1, 1, 1, 1] @@ -180,7 +180,7 @@ Singleton { property QtObject elementMove: QtObject { property int duration: 500 property int type: Easing.BezierSpline - property list bezierCurve: animationCurves.expressiveDefaultSpatial + property list bezierCurve: animationCurves.emphasized property int velocity: 650 property Component numberAnimation: Component { NumberAnimation {