Skip to content

AnimationQueueMode

AnimationQueueMode is used to define the playback mode of an animation.

  • Normal: The animation will play once and then stop.
  • Loop: The animation will continuously loop.
  • PingPong: The animation will play forward and then backward in a continuous loop.
  • Random: The animation will play once and then randomly select another animation to play.
attributesdescription
CompleteOthersStarts playing after all other animations have stopped playing.
PlayNowStarts playing immediately.