mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
taskswitcher: Use OutQuint animation curve for app activate animation
This feels less jumpy than InOutQuad
This commit is contained in:
parent
84440498e0
commit
8d43419803
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue