mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Composer Update - Typing and sending a message
- Updated typing animation after UI review
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
self.typingLabel.text = typingNotificationString;
|
||||
[self layoutIfNeeded];
|
||||
|
||||
[UIView animateWithDuration:.3 animations:^{
|
||||
[UIView animateWithDuration:.1 animations:^{
|
||||
self.typingLabel.alpha = 1;
|
||||
self.displayNameCenterYConstraint.constant = -8;
|
||||
[self layoutIfNeeded];
|
||||
@@ -148,7 +148,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
[UIView animateWithDuration:.3 animations:^{
|
||||
[UIView animateWithDuration:.1 animations:^{
|
||||
self.typingLabel.alpha = 0;
|
||||
self.displayNameCenterYConstraint.constant = 0;
|
||||
[self layoutIfNeeded];
|
||||
|
||||
Reference in New Issue
Block a user