AnimationPlayer Capture UpdateMode doesn't work

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

I am trying to use the Capture mode for my animationPlayer to make an animation that can be used any time and move the node’s position to (0,0).

Trying to use Capture UpdateMode in Godot

This works when using AnimationPlayer start(), but not when trying to put it in an animationTree stateMachine, which is what I need to do.

Has anyone managed to get CAPTURE to work in an animationTree?