From d835d8bc302159bfa9b386413ffc56a857d16755 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:05:38 +0100 Subject: [PATCH] adjust button wiggle anim --- dots/.config/quickshell/ii/modules/common/Appearance.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/Appearance.qml b/dots/.config/quickshell/ii/modules/common/Appearance.qml index 8a0446f0e..38589b161 100644 --- a/dots/.config/quickshell/ii/modules/common/Appearance.qml +++ b/dots/.config/quickshell/ii/modules/common/Appearance.qml @@ -317,9 +317,9 @@ Singleton { } property QtObject clickBounce: QtObject { - property int duration: 200 + property int duration: 400 property int type: Easing.BezierSpline - property list bezierCurve: animationCurves.expressiveFastSpatial + property list bezierCurve: animationCurves.expressiveDefaultSpatial property int velocity: 850 property Component numberAnimation: Component { NumberAnimation { duration: root.animation.clickBounce.duration