How to play animations backwards with AnimationTree?

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

Is there a way to play an animation backwards with the AnimationTree node? I was hoping it could be done with a timescale node but unfortunately it does not allow you to use negative values. Thanks for reading.

:bust_in_silhouette: Reply From: Eric Ellingson

According to this Allow AnimationTree's TimeScale animation node to have negative values so animations can be played backwards · Issue #21665 · godotengine/godot · GitHub, you should be able to set a negative value via gdscript, but it sounds like there are currently issues with looping a reversed timescale.