transition.to hesitates when moving between images

All images are in a group.
Using separate transition.to, I move one image off screen and the 2nd image on screen by animating x-coordinate.

When the 2nd transition.to completes, using onComplete, I load a third image off screen.

The problem is that on my android phone, the 2nd image starts to slide to its designated position, but hesitates just before reaching its final position.

This is caused by defining a new image via display.newImageRect in the onComplete function.

Question: shouldn’t the image reach its position before the onComplete executes ? [import]uid: 31039 topic_id: 8759 reply_id: 308759[/import]

do you have a timer? Make sure that on your oncomplete event you start loading the 3rd image. looks like it loading, loads, and then waits a visible amount of time to studder. i seen this enough to know to load a 3rd image on a delayed timer or reduce the size of the image.

Corona SDK android has issues when dealing with performance. The new release only for 2.2 and ARM7 devices will be a lot faster.
[import]uid: 24 topic_id: 8759 reply_id: 32036[/import]

@carlos

Thanks - that appears to fix it.

I’m using build 2011.377 on android 2.2. Is there a faster corona version ? [import]uid: 31039 topic_id: 8759 reply_id: 32114[/import]