Is it possible to increase the duration of a tween while it's playing?

Hi,

I wonder if it is possible to increase the duration of a tween, while it’s playing, and then go back to its original duration.

The intention is to increase the speed of the tween for a short period of time, like 0,35 seconds.

while you actually can use a variable as time and change it midway, i do not recommend it, since its harder to control and can lead to unpretty behavior if you use easings other then linear.

you can use the easing settings, like InOut to tamper with the time.
if you cant find a ease setting, you like, you always can use multible tweens chained together.

1 Like