mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Adjust transitions a tad
This commit is contained in:
@ -58,8 +58,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
protected override void PopOut()
|
||||
{
|
||||
button.MoveToX(-TwoLayerButton.SIZE_EXTENDED.X / 2, 400);
|
||||
button.FadeOut(200);
|
||||
button.MoveToX(-TwoLayerButton.SIZE_EXTENDED.X / 2, 400, Easing.OutQuint);
|
||||
button.FadeOut(400, Easing.OutQuint);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user