Change/access transition time/parameters mid transition

Is it possible to access and change a transition’s parameters after it’s going?

i.e.

trans = transition.to(self, { time = 2000, x = dirx, y = diry, delta = true})
I want to be able to change the time for this transition to occur in the middle of the transition

  1. Is it possible to access the parameters of this transition (time,x,y, etc ) from the transition reference somehow? And if so, is it possible to change them for that transition?

  2. if not, is it possible to get the object that this transition is referencing, and the parameter list to be able to change the time parameter, and then cancel the old transition and start a new one?

The general idea is, there’s a transition, and at some unknown point (say 1000 ms after the transition started) I want the time to be changed to 3000 instead of 2000, so the last 1000ms of transition that originally remained would happen in 1500ms instead of 1000 ms
[import]uid: 130172 topic_id: 34213 reply_id: 334213[/import]