mirror of https://github.com/ppy/osu
Adjust transition effect for main menu backgrounds
This commit is contained in:
parent
4bbff99f31
commit
4f14ae4e34
|
@ -102,7 +102,7 @@ public virtual bool Next()
|
|||
|
||||
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