Adjust transition length slightly

This commit is contained in:
Dean Herbert
2019-03-03 20:02:56 +09:00
parent 46b618d80c
commit 6ffa139ea8

View File

@ -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);
}