Sorry for a big question, real question are bold in bottom, now some explanation.
I\'m use CoreAnimation in my project for animate some objects moving l
You could use:
[UIView animateWithDuration:duration animations:^ { [scrollView setContentOffset:destination animated:NO]; }];
You can set the duration of the animation this way.