【发布时间】:2013-10-19 21:34:44
【问题描述】:
我想在特定时间点为 3 个不同的图像制作动画,使其具有这种行为。
1) 1st image moves from (Xx, Yx) to (Xz,Yz)
2) Wait 10 seconds
3) 2nd image appears in place at Xa,Yb
4) Wait half as long as in step 2
5) Fade out 2nd image
6) 3rd image appears at the same place as 2nd image
如果这些图像的每个动画都在它们自己的 CALayers 上,我可以将 CAKeyframeAnimation 与多个图层一起使用吗?如果没有,还有什么方法可以制作交错动画?
我正在尝试为扑克牌从屏幕外移动到特定位置设置动画,然后几秒钟后屏幕上会出现其他一些技巧。
【问题讨论】:
标签: ios core-animation