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;