Update Correctly run UI

This commit is contained in:
2026-04-28 10:21:28 +07:00
parent 6d5a9a4e5b
commit ad03c1fefa
5 changed files with 31 additions and 36 deletions

View File

@@ -36,6 +36,7 @@ namespace Hallucinate.UI
public override async Task PlayTransitionIn()
{
if (root != null) root.style.translate = new StyleTranslate(new Translate(0, 0));
Show();
_sidebar.style.translate = new StyleTranslate(new Translate(Length.Percent(-100), 0));
await Tween.Custom(-100f, 0f, duration: 0.4f, ease: Ease.OutQuad,