1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 00:22:58 +08:00
This commit is contained in:
smoogipoo 2018-08-08 15:49:27 +09:00
parent ee0cefdd5b
commit 2a5b9f79ff

View File

@ -128,7 +128,7 @@ namespace osu.Game.Overlays.Direct
content.TweenEdgeEffectTo(edgeEffectHovered, hover_transition_time, Easing.OutQuint);
content.MoveToY(-4, hover_transition_time, Easing.OutQuint);
if (FadePlayButton)
PlayButton.FadeIn(120, Easing.InOutQuint);
PlayButton.FadeIn(120, Easing.InOutQuint);
return base.OnHover(state);
}