mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Fade out instead of insta hiding on menu suspending
This commit is contained in:
parent
7f6811d65e
commit
730cc92bf3
@ -236,7 +236,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
buttons.State = ButtonSystemState.EnteringMode;
|
||||
|
||||
songTicker.Hide();
|
||||
songTicker.FadeOut(100, Easing.OutQuint);
|
||||
songTicker.AllowUpdates = false;
|
||||
|
||||
this.FadeOut(FADE_OUT_DURATION, Easing.InSine);
|
||||
|
Loading…
Reference in New Issue
Block a user