1
0
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:
Dean Herbert
2019-03-03 20:02:56 +09:00
Unverified
parent 46b618d80c
commit 6ffa139ea8
+1 -1
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);
}