mirror of
https://github.com/ppy/osu
synced 2025-01-05 13:50:03 +00:00
Adjust transition effect for main menu backgrounds
This commit is contained in:
parent
4bbff99f31
commit
4f14ae4e34
@ -102,7 +102,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
|
||||
private void displayNext(Background newBackground)
|
||||
{
|
||||
background?.FadeOut(800, Easing.InOutSine);
|
||||
background?.FadeOut(800, Easing.OutQuint);
|
||||
background?.Expire();
|
||||
|
||||
AddInternal(background = newBackground);
|
||||
|
Loading…
Reference in New Issue
Block a user