Can some one please guide me how to create an Oscillation Animation on an ImageView.
I have a tag image and i want to animate it..
any code snippets of CABasicAnimation for it???
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.
You could use:
And use the Ease in and Ease out transitions to accelerate and decelerate toward the end.
Note: the blocks based animation is only valid in is 4.0 and later if you want earlier you need to use
And its a simple matter of editing the frame of the view.