Fix the start animations of username and the closeButton

This commit is contained in:
miterosan 2018-07-09 23:12:41 +02:00
parent 9f9444d65a
commit d03367ef9e
1 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@ public UserChannelTabItem(Channel value)
}
}
};
username.ScaleTo(new Vector2(0, 1));
closeButton.ScaleTo(new Vector2(0, 1));
}
public Action<UserChannelTabItem> OnRequestClose;