tweening property multiple times creates buggy effect

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By hard

object goes back to its position back

tween.interpolate_property(self,“position”,position,destination,1,Tween.TRANS_LINEAR,Tween.EASE_IN_OUT) tween.interpolate_property(self,“angular_velocity”,null,1,1,Tween.TRANS_LINEAR,Tween.EASE_IN_OUT)
tween.start()