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
property: "yPosition"
to: 0
duration: PlasmaCore.Units.longDuration
easing.type: Easing.InOutQuad
duration: 300
easing.type: Easing.OutQuint
onFinished: {
root.currentlyBeingOpened = false;