mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Speedier animation.
This commit is contained in:
parent
a222b57bc4
commit
7cf5685a87
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@
|
|||
CGRect frame = self.scrollView.frame;
|
||||
frame.origin.x = frame.size.width;
|
||||
self.scrollView.frame = frame;
|
||||
[UIView animateWithDuration:.3 delay:0 options:UIViewAnimationOptionCurveEaseOut animations:^{
|
||||
[UIView animateWithDuration:.22 delay:0 options:UIViewAnimationOptionCurveEaseInOut animations:^{
|
||||
CGRect frame = self.scrollView.frame;
|
||||
frame.origin.x = 0;
|
||||
self.scrollView.frame = frame;
|
||||
|
|
Loading…
Add table
Reference in a new issue