mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add initial fade in to the metadata display
Avoids first frame discrepancies from appearing in the test scene, those can be delt with later on, if needed.
This commit is contained in:
@ -30,8 +30,10 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Scale = new Vector2(1.5f),
|
||||
Alpha = 0f,
|
||||
});
|
||||
|
||||
AddStep("fade in", () => display.FadeIn(400, Easing.OutQuint));
|
||||
AddToggleStep("trigger loading", v => display.Loading = v);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user