From 5be8d68ae7bd1f58ed10979a9b1c7cf055519fc6 Mon Sep 17 00:00:00 2001 From: ATMDA Date: Sat, 15 Nov 2025 19:26:14 -0500 Subject: controlcenter: increased animation on fade-in (wallpaper and applications) --- modules/controlcenter/launcher/LauncherPane.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/controlcenter/launcher') diff --git a/modules/controlcenter/launcher/LauncherPane.qml b/modules/controlcenter/launcher/LauncherPane.qml index a6f6bd6..a7e122e 100644 --- a/modules/controlcenter/launcher/LauncherPane.qml +++ b/modules/controlcenter/launcher/LauncherPane.qml @@ -324,7 +324,7 @@ RowLayout { Behavior on opacity { NumberAnimation { - duration: 200 + duration: 1000 easing.type: Easing.OutCubic } } -- cgit v1.2.3-freya