diff --git a/osu.Game/Overlays/LoginOverlay.cs b/osu.Game/Overlays/LoginOverlay.cs index 9a4a6e8895..91bea093db 100644 --- a/osu.Game/Overlays/LoginOverlay.cs +++ b/osu.Game/Overlays/LoginOverlay.cs @@ -18,7 +18,7 @@ namespace osu.Game.Overlays { private LoginOptions optionsSection; - const float transition_time = 300; + const float transition_time = 400; public LoginOverlay() { @@ -71,7 +71,7 @@ namespace osu.Game.Overlays protected override void PopOut() { optionsSection.Bounding = false; - FadeOut(transition_time, EasingTypes.OutQuint); + FadeOut(transition_time); } } }