Animate HBox apparition
This commit is contained in:
parent
66d7428da2
commit
6eff9e0513
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user