From a1cd673fb54c12a53ebd9cc735758faeb4d8eb68 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Fri, 15 Aug 2025 06:58:04 -0400 Subject: [PATCH] NPanel: slower overlay fadein --- Widgets/NPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/NPanel.qml b/Widgets/NPanel.qml index 8c1c67e..a3d76e3 100644 --- a/Widgets/NPanel.qml +++ b/Widgets/NPanel.qml @@ -51,7 +51,7 @@ PanelWindow { Behavior on color { ColorAnimation { - duration: Style.animationNormal + duration: Style.animationSlow easing.type: Easing.InOutCubic } }