have transition.to support more coordinates, better yet keyframe animation!

It would be nice if I could give transition.to several coordinates to move through.
Have the coordinates in a table for example. And have the easing options available.

That way you can have an object move through 3 points and have a curve. Like in Cocoa, CAKeyframeAnimation

Or is there a good alternative in Corona?

This is the type of animation I want to do:
http://www.youtube.com/watch?v=lLnSeFbSwgk&feature=player_detailpage#t=63s

the shark and the crab are good examples. Sprite sheets are not an option. They take too much memory.
I know they take too much memory cause when I used them for this I got out of memory errors on the 3G. Hand animating everyting with keyframe animation used almost no memory. [import]uid: 100901 topic_id: 21377 reply_id: 321377[/import]

+1 for bezier curve transitions

until then you could use flash to create a table of coordinates:
https://developer.anscamobile.com/code/animation-along-path-flash

-finefin [import]uid: 70635 topic_id: 21377 reply_id: 84662[/import]

Cool thanks for the tip. Have to see if I can get flash to work. I make my animations in After effects.
My video animations that is. [import]uid: 100901 topic_id: 21377 reply_id: 84664[/import]