AnimationPlayer VS. Tween

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

why would you use a tween while it needs more coding than the AnimationPlayer?

:bust_in_silhouette: Reply From: didifred

An animation player use pre-defined key frames values, in constrast tween is usefull to handle dynamic initial / target values (programmatically).
You have also various predefined curves with tween, while in animation player only linear, cubic, bezier are available.