diff options
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 2 |
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 } } } |
