Can active transitions be time scaled?

I’m using transition.to for moving gameplay important elements around the screen. I note that I can pause, resume and cancel those transitions. But can I change how quickly they are running, while they are active?

I’d like to give the player a button to “speed up” or “slow down” the activity on screen, but am concerned that simply applying the new time scale to new transitions will have some detrimental affects on the game as things become out of sync.

thanks,

Have you looked at the animations plugin? http://docs.coronalabs.com/plugin/animation/index.html

It’s sort of transitions 2.0 with more time related controls.

Rob

Have you looked at the animations plugin? http://docs.coronalabs.com/plugin/animation/index.html

It’s sort of transitions 2.0 with more time related controls.

Rob