1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 23:24:33 +08:00

Change transition to match, looks better

This commit is contained in:
Dean Herbert
2018-09-06 17:22:51 +09:00
Unverified
parent 016e395787
commit 0cefd89ef7
@@ -72,7 +72,7 @@ namespace osu.Game.Overlays.Chat.Tabs
{
base.FadeActive();
this.ResizeWidthTo(200, TRANSITION_LENGTH * 2, Easing.OutQuint);
this.ResizeWidthTo(200, TRANSITION_LENGTH, Easing.OutQuint);
CloseButton.FadeIn(TRANSITION_LENGTH, Easing.OutQuint);
}