diff --git a/Riot/Modules/Room/Views/Title/RoomTitleView.m b/Riot/Modules/Room/Views/Title/RoomTitleView.m index 1680095fd..b9ae630f6 100644 --- a/Riot/Modules/Room/Views/Title/RoomTitleView.m +++ b/Riot/Modules/Room/Views/Title/RoomTitleView.m @@ -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];