Describes an animation that provides keyframe interpolation of a layer property in Apple's Core Animation framework.
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 cakeyframeanimationI want to create an animation with several key frames. I want my Layer (a button in this case) to …
iphone core-animation scale cakeyframeanimationI want to zoom and scroll a UIScrollView with a CGPathRef. Because of that I assume I have to animate …
ios uiscrollview core-animation cakeyframeanimationI have following code HTML <div></div> css div { background: tomato; width: 100px; height: 100px; -webkit-animation: …
html css animation cakeyframeanimationI'd like to have a better understanding of this parameter in + (id)animationWithKeyPath:(NSString *)keyPath They just say: "The key …
iphone core-animation cakeyframeanimationI'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 catransactionhow can i make my CAKeyframeAnimation have a never ending repeat count? I tried animation.repeatCount = -1; but it only …
iphone core-animation cakeyframeanimationI am trying to animate the drawing of a UIBeizerPath (in my example a triangle) in a UIView subclass. However, …
uiview core-animation core-graphics cakeyframeanimationI am trying to achieve an animation that when you hold down a button it animates a block down, and …
ios calayer cgrect caanimation cakeyframeanimationIn another test of Key Frame animation I am combining moving a UIImageView (called theImage) along a bezier path and …
ios uiimageview scaling flicker cakeyframeanimation