Fix janky opening transition when resizing the chat and reopening the channel list

This commit is contained in:
DrabWeb 2017-06-01 05:26:01 -03:00
parent c2d1a44de5
commit d728c87cca
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ protected override void OnFocus(InputState state)
protected override void PopIn()
{
MoveToY(DrawHeight);
FadeIn(100, EasingTypes.OutQuint);
MoveToY(0, 800, EasingTypes.OutQuint);