Top "Cabasicanimation" questions

"CABasicAnimation" is the most basic explicit animation in Core Animation.

iOS animate/morph shape from circle to square

I try to change a circle into a square and vice versa and I am almost there. However it doesn't …

ios animation calayer cabasicanimation cashapelayer
CABasicAnimation start from current layer position

This is my second week of Obj-C programming and I'm facing a little problem with animating. I use this animation: …

ios objective-c layer cabasicanimation
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
Animation of stroke of circle segment ends in complete stroke

I'm trying to animate the appearance of a segment of a circle. To archive this I use a CABasicAnimations which …

objective-c ios cocoa-touch core-animation cabasicanimation
CABasicAnimation rotate returns to original position

i'm rotating a CALayer using CABasicAnimation and works fine. The problem is, when I try to rotate the same layer, …

ios calayer rotation 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
CABasicAnimation on strokeEnd

I have a CAShapeLayer in form of a square and I set the width to be 2.0f. I would like …

ios animation core-animation cabasicanimation
How to animate borderColor change in swift

For some reason this isn't working for me: let color = CABasicAnimation(keyPath: "borderColor") color.fromValue = sender.layer.borderColor; color.toValue = …

swift cabasicanimation