mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:01:22 +08:00
Adjust transition length slightly
This commit is contained in:
@@ -106,7 +106,7 @@ namespace osu.Game.Screens.Menu
|
||||
currentUser.BindValueChanged(e =>
|
||||
{
|
||||
if (e.NewValue.IsSupporter)
|
||||
supporterDrawables.ForEach(d => d.FadeOut(200, Easing.OutQuint).Expire());
|
||||
supporterDrawables.ForEach(d => d.FadeOut(500, Easing.OutQuint).Expire());
|
||||
}, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user