mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:07:29 +08:00
Lengthen PopIn transition slightly
This commit is contained in:
parent
fccd4f965c
commit
3824354cb8
@ -54,7 +54,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
}
|
||||
|
||||
|
||||
protected override void PopIn() => this.FadeIn(transition_duration, Easing.OutQuint);
|
||||
protected override void PopIn() => this.FadeIn(transition_duration * 2, Easing.OutQuint);
|
||||
|
||||
protected override void PopOut() => this.FadeOut(transition_duration, Easing.OutQuint);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user