【发布时间】:2010-11-04 06:27:05
【问题描述】:
说我要合并transform
CAKeyframeAnimation *animation = [CAKeyframeAnimation
animationWithKeyPath:@"transform"];
和opacity
CAKeyframeAnimation *animation = [CAKeyframeAnimation
animationWithKeyPath:@"opacity"];
进入关键帧动画。如何组合和指定每个关键帧的变换/不透明度值?
【问题讨论】:
标签: iphone cocoa-touch core-animation calayer