mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 06:01:18 +08:00
Adjust transitions slightly.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user