When the app starts, how to make the Background zoomed in first then automatically zoom out slowly?

How can i make my background seems like zooming out??

like for example, a picture is zoomed in, then it automatically zoom out slowly.

You can manually adjust image width and height in a combination with a timer delay function.

Or, you can simply use the transition library: http://docs.coronalabs.com/api/library/transition/scaleTo.html

Daniel

You can manually adjust image width and height in a combination with a timer delay function.

Or, you can simply use the transition library: http://docs.coronalabs.com/api/library/transition/scaleTo.html

Daniel