From 6eff9e05139f1dbd4364b128cd745b683d2d50e5 Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 22 Nov 2019 10:35:53 -0400 Subject: [PATCH] Animate HBox apparition --- src/qml/Base/HBox.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/qml/Base/HBox.qml b/src/qml/Base/HBox.qml index 5f4475f5..de9941c9 100644 --- a/src/qml/Base/HBox.qml +++ b/src/qml/Base/HBox.qml @@ -41,6 +41,13 @@ Rectangle { } + HNumberAnimation on scale { + running: true + from: 0 + to: 1 + overshoot: 3 + } + HColumnLayout { id: mainColumn width: parent.width