mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Switching composer between text mode & action mode
- Tweaked animation speed
This commit is contained in:
@@ -393,7 +393,7 @@ const double RoomInputToolbarViewContextBarHeight = 30;
|
||||
}];
|
||||
}
|
||||
|
||||
[UIView animateWithDuration:.4 delay:0 usingSpringWithDamping:0.45 initialSpringVelocity:5 options:UIViewAnimationOptionCurveEaseIn animations:^{
|
||||
[UIView animateWithDuration:.4 delay:0 usingSpringWithDamping:0.45 initialSpringVelocity:7 options:UIViewAnimationOptionCurveEaseIn animations:^{
|
||||
self.attachMediaButton.transform = actionMenuOpened ? CGAffineTransformMakeRotation(M_PI * 3 / 4) : CGAffineTransformIdentity;
|
||||
} completion:^(BOOL finished) {
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user