taskswitcher: Use OutQuint animation curve for app activate animation

This feels less jumpy than InOutQuad
This commit is contained in:
Devin Lin 2022-04-11 16:34:25 -04:00
parent 84440498e0
commit 8d43419803

View file

@ -229,8 +229,8 @@ QtObject {
target: root target: root
property: "yPosition" property: "yPosition"
to: 0 to: 0
duration: PlasmaCore.Units.longDuration duration: 300
easing.type: Easing.InOutQuad easing.type: Easing.OutQuint
onFinished: { onFinished: {
root.currentlyBeingOpened = false; root.currentlyBeingOpened = false;