diff options
Diffstat (limited to 'modules/controlcenter/launcher')
| -rw-r--r-- | modules/controlcenter/launcher/LauncherPane.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |