mirror of https://github.com/ppy/osu
replace FadeTo in PlayerLoader
didnt notice that interaction yet. yes this makes it neccessary.
This commit is contained in:
parent
bb56c4a1a7
commit
03e3247baf
|
@ -164,7 +164,7 @@ protected override void OnHoverLost(HoverLostEvent e)
|
|||
|
||||
protected override void InitializeBackgroundElements()
|
||||
{
|
||||
Background?.FadeTo(1, BACKGROUND_FADE_DURATION, Easing.OutQuint);
|
||||
Background?.FadeColour(Color4.White, BACKGROUND_FADE_DURATION, Easing.OutQuint);
|
||||
Background?.BlurTo(background_blur, BACKGROUND_FADE_DURATION, Easing.OutQuint);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue