From deff17fa36d991b3447a5fde631b10887036e965 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 5 Oct 2017 12:15:33 -0700 Subject: Whitespace This commit is empty when shown with '-w' - it just updates the indentation after commit c00804eff6 ("QML UI: always start edit at top of page"). Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveDetails.qml | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/DiveDetails.qml b/mobile-widgets/qml/DiveDetails.qml index 3c17641c6..aa344817b 100644 --- a/mobile-widgets/qml/DiveDetails.qml +++ b/mobile-widgets/qml/DiveDetails.qml @@ -85,31 +85,31 @@ Kirigami.Page { from: "view" to: "*" ParallelAnimation { - SequentialAnimation { - NumberAnimation { - target: detailsEditFlickable - properties: "visible" - from: 0 - to: 1 - duration: 10 + SequentialAnimation { + NumberAnimation { + target: detailsEditFlickable + properties: "visible" + from: 0 + to: 1 + duration: 10 + } + ScaleAnimator { + target: detailsEditFlickable + from: 0.3 + to: 1 + duration: 400 + easing.type: Easing.InOutQuad + } } - ScaleAnimator { + + NumberAnimation { target: detailsEditFlickable - from: 0.3 - to: 1 - duration: 400 + property: "contentY" + to: 0 + duration: 200 easing.type: Easing.InOutQuad } } - - NumberAnimation { - target: detailsEditFlickable - property: "contentY" - to: 0 - duration: 200 - easing.type: Easing.InOutQuad - } - } }, Transition { from: "*" -- cgit v1.2.3-70-g09d2