Video avatar fixes

This commit is contained in:
Ilya Laktyushin
2020-07-10 05:31:32 +03:00
parent eebcab90b9
commit aaff05021d
14 changed files with 320 additions and 88 deletions

View File

@@ -1716,7 +1716,7 @@
CGFloat duration = self.view.frame.size.height / velocity;
CGRect targetFrame = CGRectOffset(self.view.frame, 0, self.view.frame.size.height);
[UIView animateWithDuration:duration animations:^
[UIView animateWithDuration:duration delay:0.4 options:kNilOptions animations:^
{
self.view.frame = targetFrame;
} completion:^(__unused BOOL finished)