![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | mdubaisi |
why would you use a tween
while it needs more coding than the AnimationPlayer
?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | mdubaisi |
why would you use a tween
while it needs more coding than the AnimationPlayer
?
![]() |
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.