mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fade out instead of insta hiding on menu suspending
This commit is contained in:
@ -236,7 +236,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
|
|
||||||
buttons.State = ButtonSystemState.EnteringMode;
|
buttons.State = ButtonSystemState.EnteringMode;
|
||||||
|
|
||||||
songTicker.Hide();
|
songTicker.FadeOut(100, Easing.OutQuint);
|
||||||
songTicker.AllowUpdates = false;
|
songTicker.AllowUpdates = false;
|
||||||
|
|
||||||
this.FadeOut(FADE_OUT_DURATION, Easing.InSine);
|
this.FadeOut(FADE_OUT_DURATION, Easing.InSine);
|
||||||
|
Reference in New Issue
Block a user