mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Simplify fade-out transform
This commit is contained in:
@ -148,7 +148,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
private void leaveChannel(Channel channel)
|
||||
{
|
||||
leaveText.Text = $"OnRequestLeave: {channel.Name}";
|
||||
leaveText.FadeIn().Then().FadeOut(1000, Easing.InQuint);
|
||||
leaveText.FadeOutFromOne(1000, Easing.InQuint);
|
||||
}
|
||||
|
||||
private static Channel createPublicChannel(string name) =>
|
||||
|
Reference in New Issue
Block a user