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