Sometimes I use a flip animation on the iPhone, and I play with it until I get the animation duration to feel right.
Is there any definite values, or arguments for values, that I should be using to set the duration or curve of the animation?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is there any reason you need to set the duration at all? If you use the standard
[UIView beginAnimations:nil context:nil]it will already have a duration set up of 0.25 seconds.