mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:53:01 +08:00
Adjust transitions slightly.
This commit is contained in:
parent
62c5ad907a
commit
6cd9f93fb5
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user