Animate HBox apparition

This commit is contained in:
miruka 2019-11-22 10:35:53 -04:00
parent 66d7428da2
commit 6eff9e0513

View File

@ -41,6 +41,13 @@ Rectangle {
} }
HNumberAnimation on scale {
running: true
from: 0
to: 1
overshoot: 3
}
HColumnLayout { HColumnLayout {
id: mainColumn id: mainColumn
width: parent.width width: parent.width