"timer.performanWithDelay" makes platform movement very choppy and blurry...

Hi, I was wondering if anyone could help me with this problem.

I have infinite platform boxes going from right to left but using the “timer.performanWithDelay” causes the boxes to look extremely choppy and blurry even at 60fps. Would there be an alternate way to achieve this without using “timer.performanWithDelay”? I’m even ok with using “transitions” or anything else for that matter as long as the boxes look smooth and not too blurry.

Below is the code that I used:

movePlatformTimer = timer.performWithDelay(20, movePlatforms, -1)  

Any help would be appreciated, thank you in advance!

Maybe this could be of use. 

http://coronalabs.com/blog/2014/01/07/tutorial-moving-objects-along-a-path/

You can use this

https://docs.coronalabs.com/api/type/DisplayObject/translate.html

thank u so much for your help you guys! i really appreciate it.

Maybe this could be of use. 

http://coronalabs.com/blog/2014/01/07/tutorial-moving-objects-along-a-path/

You can use this

https://docs.coronalabs.com/api/type/DisplayObject/translate.html

thank u so much for your help you guys! i really appreciate it.