aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 25fc3170..7d7fcb28 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -191,6 +191,7 @@ Rectangle {
from: 0 - target.width
to: 0
duration: 300
+ easing.type: Easing.OutCubic
}
PropertyAnimation {
target: exitItem
@@ -198,6 +199,7 @@ Rectangle {
from: 0
to: target.width
duration: 300
+ easing.type: Easing.OutCubic
}
}
}