caanimation
Implementing a CATransition push with CAAnimation
How do you implement kCATransitionPush using CAAnimation subclasses in iOS? CAAnimation *animation; // How do you create an animation that does the same than:[详细]
2023-02-23 10:09 分类:问答Monotouch animation acceleration
Is it possible to create an animation with increasing speed? Something like accelerated animation. I have some code but cannot find a way how to implement it. Googling also not helpful.[详细]
2023-02-19 06:13 分类:问答combine multiple CAAnimation sequentially
I was reading about CATransactions and then thought this might help solve my problem. This is what I wan\'t to do:[详细]
2023-02-10 05:03 分类:问答How to permanently leave a CALayer rotated at its final location?
I am trying to rotate a CALayer to a specific angle ho开发者_如何转开发wever, once the animation is done, the layer jumps back to its original position. How would I rotate the layer properly so that i[详细]
2023-02-04 09:30 分类:问答iOS: Should I Add UIViews or CALayers for animation?
Let\'s say I want to ad开发者_Python百科d 50 images to a view for the purpose of animating them. And let\'s suppose I\'m planning on using Core Animation (e.g., CABasicAnimation) rather than \"UIView\[详细]
2023-02-03 23:09 分类:问答Cross-Fade Between Two UILabels
Say that I have two UILabels (labelOne and labelTwo) and I need to cross-fade between the two labels. What is the best way of achieving this effect?[详细]
2023-01-31 23:04 分类:问答iPhone: Synchronize animations on two different layers
I need to synchronize a path animation on two different layers (one is used as a mask for another layer, the other shows a graphical element that follows the path, i.e. draws the mask). If I just set[详细]
2023-01-29 21:48 分类:问答How to move a ball horizontally with CABasicAnimation and stop the ball at the correct place
I\'m trying to write a game and I\'m a bit stuck with this animation. I have a ball that is animating horizontally in my screen. Here is the code:[详细]
2023-01-26 19:14 分类:问答How to do a curve/arc animation with CAAnimation?
I have an user interface where an item get deleted, I would like to mimic the \"move to folder\" effect in iOS mail. The effect wher开发者_如何转开发e the little letter icon is \"thrown\" into the fol[详细]
2023-01-22 00:44 分类:问答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\"];[详细]
2023-01-14 21:11 分类:问答