Moving an object from one location to another using transition.to, is it possible to get it to ease in AND ease out? So that it starts slowly, builds up speed, and then slows down to a stop?
[import]uid: 7841 topic_id: 18253 reply_id: 318253[/import]
[lua]transition.to(spriteObject, { time=2000, x=transitionX,y=transitionY, transition=easing.inOutExpo}) [/lua]
Check out this page for more transition options:
http://developer.anscamobile.com/reference/animation/easing [import]uid: 9484 topic_id: 18253 reply_id: 69963[/import]