diff --git a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml index 6b790939..0d12f525 100644 --- a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml +++ b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml @@ -204,8 +204,8 @@ Item { PropertyAnimation on offset { id: closeAnim - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.veryLongDuration + easing.type: Easing.OutExpo to: 0 onFinished: { root.visible = false; @@ -214,15 +214,15 @@ Item { } PropertyAnimation on offset { id: openAnim - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.veryLongDuration + easing.type: Easing.OutExpo to: contentContainerLoader.minimizedQuickSettingsOffset onFinished: root.opened = true } PropertyAnimation on offset { id: expandAnim - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.veryLongDuration + easing.type: Easing.OutExpo to: contentContainerLoader.maximizedQuickSettingsOffset onFinished: root.opened = true; } diff --git a/look-and-feel/contents/lockscreen/FlickContainer.qml b/look-and-feel/contents/lockscreen/FlickContainer.qml index 9737b28e..91ed2812 100644 --- a/look-and-feel/contents/lockscreen/FlickContainer.qml +++ b/look-and-feel/contents/lockscreen/FlickContainer.qml @@ -42,8 +42,8 @@ Flickable { NumberAnimation on position { id: positionAnim - duration: PlasmaCore.Units.longDuration * 2 - easing.type: Easing.OutCubic + duration: PlasmaCore.Units.veryLongDuration + easing.type: Easing.OutExpo onFinished: { if (root.position === keypadHeight) {