fix: launcher anim
Async launcher makes anim worse cause height gets recalculated during anim, removing overshoot and slowing down curve
This commit is contained in:
parent
14437cc1ed
commit
c4399efbe4
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ Item {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
asynchronous: true
|
|
||||||
active: root.shouldBeActive || root.visible
|
active: root.shouldBeActive || root.visible
|
||||||
|
|
||||||
sourceComponent: Content {
|
sourceComponent: Content {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue