Is it possible to set transition type of keyframes to something like Tween.TRANS_BOUNCE

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

I have simple code that use tweening and I wanted to replace it with animation but I can’t find anything similar to Tween.TRANS_BOUNCE that I’m using right now.

Is it posible to mimic bounce transition in AnimationPlayer?

:bust_in_silhouette: Reply From: Footurist

No, since this preset can’t be described as a floating point number. However, since you can use an infinite number of keyframes, you can just recreate this preset by appending a bunch of keyframes with different easings.