mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Change textbox deletion easing to closer match gravity
This commit is contained in:
@@ -119,7 +119,7 @@ namespace osu.Framework.Graphics.UserInterface
|
||||
public override void Hide()
|
||||
{
|
||||
this.FadeOut(200);
|
||||
this.MoveToY(DrawSize.Y, 200, Easing.InExpo);
|
||||
this.MoveToY(DrawSize.Y, 200, Easing.InQuad);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user