Adjust transition effect for main menu backgrounds

This commit is contained in:
Dean Herbert 2022-11-04 17:36:11 +09:00
parent 4bbff99f31
commit 4f14ae4e34

View File

@ -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);