Smoothly transitioning between multiple animations

Godot 4

How could I smoothly transition between multiple animations? I really don’t know how I can approach this. I have multiple animations like crouch_walk, crouch_idle, idle, walk, run, jump, etc, but all of the tree root nodes usually only allow smoothly transitioning between 2 or 2-3 animations from what it looks like to me.