Reputation:
I have some text which is an image. The image glows and sparkles etc over 10 frames(images).
I want to run some of the core animation tricks on this and have it grow in size and then fade. That works perfect when I just use the first image. But if i want to animate the image as the artist intended with its sparkles and glows I need to use all 10 frames(images) of the animation, so change the image during the animation. Is this possible? Are there any tricks to getting this to happen?
Many Thanks, -Code
Upvotes: 0
Views: 548
Reputation: 806
If I'm reading your question correctly, you want to be able to perform multiple animations concurrently?
You can try using CAAnimationGroup.
Upvotes: 1