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:
2 * r + 2 * t 2026-03-27 19:17:49 +11:00
parent 14437cc1ed
commit c4399efbe4

View file

@ -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 {