Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Simple iPhone App (iOS7) Animating and Intercepting Events Image Based Animation

Michael Asaad
Michael Asaad
13,436 Points

Animation is really slow

My animation for the for the crystal ball app is running very very slowly. it doesn't even complete a whole cycle within the timescale. I followed the steps in the video so not sure what i have done wrong.

I am having the same issue. I need HELP!

1 Answer

Noe Alejandro
Noe Alejandro
3,615 Points

Well if anyone out there is still having the same problem. For me It was because the naming for the images in the array was wrong. It is like this:"CB00001" for the first 9 images but after that there is only three zeros on every image name, like this "CB00010", in my case what was causing the slow/half animation was that I was putting four zeros on the other names like this: "CB000010". So it was probably only playing 1/6th of the animation.

Hope it helps!