Values

In

The interpolation starts slowly and speeds up towards the end.

Out

The interpolation starts quickly and slows down towards the end.

InOut

A combination of godot.Tween_EaseType.in and godot.Tween_EaseType.out. The interpolation is slowest at both ends.

OutIn

A combination of godot.Tween_EaseType.in and godot.Tween_EaseType.out. The interpolation is fastest at both ends.