Top "Caanimation" questions

CAAnimation is an abstract animation class from Apple QuartzCore framework.

How to flip a UIView around the x-axis while simultaneously switching subviews

This question has been asked before but in a slightly different way and I was unable to get any of …

objective-c ios cocoa-touch core-animation caanimation
Animating between two bezier path shapes

I found it tricky to animate a UIImageView between two states: its original rectangle frame, and a new shape created …

ios swift animation uibezierpath caanimation
Changing UIView background color using an animation

I want to change my UIView background color with a transition animation. For example, if the view is red and …

ios objective-c uiview uiviewanimation caanimation
Cannot get current position of CALayer during animation

I am trying to achieve an animation that when you hold down a button it animates a block down, and …

ios calayer cgrect caanimation cakeyframeanimation
How to change Frame.size using CABasicAnimation

Hi i have change the frame size using CABasicAnimation i used below code CABasicAnimation *newanim; newanim = [CABasicAnimation animationWithKeyPath:@"bounds.size"]; …

cocoa-touch caanimation
CABasicAnimation how to get current angle of rotation

I have some problem with CABasicAnimation. It`s similar to that post: CABasicAnimation rotate returns to original position So, i …

ios xcode4 rotation caanimation cabasicanimation
UIBezierPath + CAShapeLayer - animate a circle filling up

I am trying to animate the paths of a CAShapeLayer so that I get the effect of a circle "filling" …

ios swift animation cabasicanimation caanimation