Top "Cakeyframeanimation" questions

Describes an animation that provides keyframe interpolation of a layer property in Apple's Core Animation framework.

CoreAnimation - Opacity Fade In and Out Animation Not Working

I'm attempting to create a fairly simple CoreAnimation for use in an AVComposition. My goal is to create a CALayer …

ios core-animation avfoundation calayer cakeyframeanimation
How Do You CAKeyframeAnimation Scale?

I want to create an animation with several key frames. I want my Layer (a button in this case) to …

iphone core-animation scale cakeyframeanimation
Can I animate the UIScrollView contentOffset property via its layer?

I want to zoom and scroll a UIScrollView with a CGPathRef. Because of that I assume I have to animate …

ios uiscrollview core-animation cakeyframeanimation
how to animate width and height 100% using css3 animations?

I have following code HTML <div></div> css div { background: tomato; width: 100px; height: 100px; -webkit-animation: …

html css animation cakeyframeanimation
What explains best the CAPropertyAnimation animationWithKeyPath: parameter?

I'd like to have a better understanding of this parameter in + (id)animationWithKeyPath:(NSString *)keyPath They just say: "The key …

iphone core-animation cakeyframeanimation
How to specify selector when CAKeyframeAnimation is finished?

I'm using a CAKeyframeAnimation to animate a view along a CGPath. When the animation is done, I'd like to be …

iphone core-animation cakeyframeanimation catransaction
CAAnimation -1 repeat count?

how can i make my CAKeyframeAnimation have a never ending repeat count? I tried animation.repeatCount = -1; but it only …

iphone core-animation cakeyframeanimation
How to Animate CoreGraphics Drawing of Shape Using CAKeyframeAnimation

I am trying to animate the drawing of a UIBeizerPath (in my example a triangle) in a UIView subclass. However, …

uiview core-animation core-graphics cakeyframeanimation
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
iOS CAKeyFrameAnimation Scaling Flickers at animation end

In another test of Key Frame animation I am combining moving a UIImageView (called theImage) along a bezier path and …

ios uiimageview scaling flicker cakeyframeanimation