how to pause a transtion while the transition in moving… cause I’m working with sprite then after i cancel the transition still it move but no move transition after the cancel… what i want to do it to pause it while moving not after the transition end…
Hi @dominicdev,
At this time, there’s not a built-in transition pause, but it’s in the works now as part of an upgraded transition library. I don’t have an exact ETA on this, but it shouldn’t be too long now. In the meantime, if you need it right away, there should be some 3rd-party transition “management” code samples in the Corona Code Exchange:
http://developer.coronalabs.com/code/
Best regards,
Brent
Thankx for the info Brent… 
now i just remove transitions and instead of transition i use physics, that would able to pause the movements of my objects… 
Hi @dominicdev,
At this time, there’s not a built-in transition pause, but it’s in the works now as part of an upgraded transition library. I don’t have an exact ETA on this, but it shouldn’t be too long now. In the meantime, if you need it right away, there should be some 3rd-party transition “management” code samples in the Corona Code Exchange:
http://developer.coronalabs.com/code/
Best regards,
Brent
Thankx for the info Brent… 
now i just remove transitions and instead of transition i use physics, that would able to pause the movements of my objects… 