在 Iphone 中使用核心动画的蝴蝶飞行动画

Posted

技术标签:

【中文标题】在 Iphone 中使用核心动画的蝴蝶飞行动画【英文标题】:butterfly flying animation using core animation in Iphone 【发布时间】:2011-11-28 20:46:48 【问题描述】:

我正在尝试做一只蝴蝶拍打翅膀并在核心动画中以随机连续运动飞过屏幕?这将如何实施?

【问题讨论】:

【参考方案1】:

查看 CAKeyframeAnimation 文档: http://developer.apple.com/library/ios/#documentation/GraphicsImaging/Reference/CAKeyframeAnimation_class/Introduction/Introduction.html

和 CAAnimationGroup:http://developer.apple.com/library/IOS/#documentation/GraphicsImaging/Reference/CAAnimationGroup_class/Introduction/Introduction.html

使用 positiontransform keyPath,应该不难实现这一点,这只是设计问题。

【讨论】:

以上是关于在 Iphone 中使用核心动画的蝴蝶飞行动画的主要内容,如果未能解决你的问题,请参考以下文章

iPhone 动画核心图形

使用 CAAnimationGroup 对两个核心动画进行分组会导致一个 CABasicAnimation 无法运行

Android中的动画具体解释系列——飞舞的蝴蝶

iOS核心动画

ios开发核心动画七:核心动画与UIView动画的区别

核心动画与UIView