Speedier animation.

This commit is contained in:
Samuel Clay 2014-01-30 20:42:55 -08:00
parent a222b57bc4
commit 7cf5685a87

View file

@ -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;