mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09: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