¡@

Home 

2014/10/15 ¤U¤È 10:13:39

iphone Programming Glossary: scaleanimation

iPad: Animate UILabels color changing

http://stackoverflow.com/questions/3944416/ipad-animate-uilabels-color-changing

CAMediaTimingFunction functionWithName kCAMediaTimingFunctionLinear CAKeyframeAnimation scaleAnimation CAKeyframeAnimation animationWithKeyPath @ transform NSArray scaleValues NSArray arrayWithObjects NSValue valueWithCATransform3D.. textLayer.transform 1.5 1.5 1 NSValue valueWithCATransform3D CATransform3DScale textLayer.transform 0.5 0.5 1 nil scaleAnimation setValues scaleValues scaleAnimation.fillMode kCAFillModeForwards scaleAnimation.removedOnCompletion NO CAAnimationGroup.. valueWithCATransform3D CATransform3DScale textLayer.transform 0.5 0.5 1 nil scaleAnimation setValues scaleValues scaleAnimation.fillMode kCAFillModeForwards scaleAnimation.removedOnCompletion NO CAAnimationGroup animationGroup CAAnimationGroup animation..