Function AnimationPlayer.animationSetNext

Triggers the anim_to animation when the anim_from animation completes.

void animationSetNext (
  const(String) anim_from,
  const(String) anim_to
) nothrow @nogc;