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,