Variable AnimationLoopOptionsMapConst

AnimationLoopOptionsMap: { loop: 2201; once: 2200; pingPong: 2202 } = ...

Type Declaration

  • loop: 2201

    Play the animation in a loop.

  • once: 2200

    Play the animation once.

  • pingPong: 2202

    Play the animation forward until the end, then play it backwards until the start.

Was this helpful?