From 8d43419803b0efcb8f0ac697be95b0c8778f38fa Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 11 Apr 2022 16:34:25 -0400 Subject: [PATCH] taskswitcher: Use OutQuint animation curve for app activate animation This feels less jumpy than InOutQuad --- components/mobileshell/qml/taskswitcher/TaskSwitcherState.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/mobileshell/qml/taskswitcher/TaskSwitcherState.qml b/components/mobileshell/qml/taskswitcher/TaskSwitcherState.qml index 09abf304..2ae852d0 100644 --- a/components/mobileshell/qml/taskswitcher/TaskSwitcherState.qml +++ b/components/mobileshell/qml/taskswitcher/TaskSwitcherState.qml @@ -229,8 +229,8 @@ QtObject { target: root property: "yPosition" to: 0 - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutQuad + duration: 300 + easing.type: Easing.OutQuint onFinished: { root.currentlyBeingOpened = false;