All right! I have the following transition
[lua] transition.to(object,{time = 2000,x = object.x + 500}) [/lua]
Is it possible to control the speed of the transition.Say I want the object to cover only 200 pixels during the first 1000 ms and the remaining 300 pixels in the last 1000 ms.
Sort of like what easing does, but easing varies the velocity from 0 to max. I need to be able to choose the speed.
As of now I have a workaround module which manually splits the transition into two… But is there a more efficient way? [import]uid: 64174 topic_id: 18690 reply_id: 318690[/import]
