"CABasicAnimation" is the most basic explicit animation in Core Animation.
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 cashapelayerThis 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 cabasicanimationI have some problem with CABasicAnimation. It`s similar to that post: CABasicAnimation rotate returns to original position So, i …
ios xcode4 rotation caanimation cabasicanimationI'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 cabasicanimationi'm rotating a CALayer using CABasicAnimation and works fine. The problem is, when I try to rotate the same layer, …
ios calayer rotation cabasicanimationI am trying to animate the paths of a CAShapeLayer so that I get the effect of a circle "filling" …
ios swift animation cabasicanimation caanimationI have a CAShapeLayer in form of a square and I set the width to be 2.0f. I would like …
ios animation core-animation cabasicanimationFor some reason this isn't working for me: let color = CABasicAnimation(keyPath: "borderColor") color.fromValue = sender.layer.borderColor; color.toValue = …
swift cabasicanimation