Function AnimationPlayer.queue

Queues an animation for playback once the current one is done. Note: If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow.

void queue (
  const(String) name
) nothrow @nogc;