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
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue