Adding a tween with a duration of 0 leaves the object in an invalid state with NaN as the value and cannot be tweened afterwards, unless the value is explicitly set to a valid one.
NOTE: This works in 3.86.0 and prior
Example Test Code
Tweak the sprite alpha example to a tween and see the outcome. This might be happening with other values, but I haven't tested those.
Version
Description
Adding a tween with a duration of
0
leaves the object in an invalid state withNaN
as the value and cannot be tweened afterwards, unless the value is explicitly set to a valid one.NOTE: This works in 3.86.0 and prior
Example Test Code
Tweak the sprite alpha example to a tween and see the outcome. This might be happening with other values, but I haven't tested those.
Sandbox