mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 04:13:11 +08:00
Remove delay on pop in
This commit is contained in:
parent
170df01b46
commit
062ffe64ac
@ -428,7 +428,6 @@ namespace osu.Game.Overlays.Mods
|
|||||||
base.PopIn();
|
base.PopIn();
|
||||||
|
|
||||||
multiplierDisplay?
|
multiplierDisplay?
|
||||||
.Delay(fade_in_duration / 5)
|
|
||||||
.FadeIn(fade_in_duration, Easing.OutQuint)
|
.FadeIn(fade_in_duration, Easing.OutQuint)
|
||||||
.MoveToY(0, fade_in_duration, Easing.OutQuint);
|
.MoveToY(0, fade_in_duration, Easing.OutQuint);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user