Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AnimationWrapMode

Indicates how an animation should behave when it reaches the end.

Index

Enumeration members

Enumeration members

Loop

Loop: = "loop"

Restart the animation at the beginning once it reaches the end.

Once

Once: = "once"

When the animation reaches the end, perform these actions:

  • Disable the animation.
  • Reset the animation time to zero.

PingPong

PingPong: = "ping-pong"

At the end of the animation, run the animation backward to the beginning, and vice versa.