From f65f805fe2308ad4d22cb08655801e56384f0dff Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:18:55 +0100 Subject: [PATCH] waffles: taskview: fix weird close anim trajectory --- .../quickshell/ii/modules/waffle/taskView/TaskViewContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/waffle/taskView/TaskViewContent.qml b/dots/.config/quickshell/ii/modules/waffle/taskView/TaskViewContent.qml index 31d0a0945..4dc6f5bf7 100644 --- a/dots/.config/quickshell/ii/modules/waffle/taskView/TaskViewContent.qml +++ b/dots/.config/quickshell/ii/modules/waffle/taskView/TaskViewContent.qml @@ -44,7 +44,7 @@ Rectangle { target: root property: "openProgress" to: 0 - duration: 200 + duration: 250 easing.type: Easing.BezierSpline easing.bezierCurve: Looks.transition.easing.bezierCurve.easeIn }