Set AnimationPlayer keyframe transition

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

I’m making a keyframe animation with the AnimationPlayer node. I want to use the ‘in out exponential’ transition, however I cannot find any way to apply it to the keyframe.

When using the Tween node, this can be achieved just by specifying the TRANS_EXPO. Is there a similar alternative for the AnimationPlayer?

I tried setting the ‘Easing’ number but couldn’t achieve a similar result. Using a cubic beizer track worked for me, but I have to setup it manually for every single keyframe which doesn’t seem possible with larger animations.