Change the way the animation is playing.
once: Play each frames sequencially then stop.
reverse: Play each frames from the last to the first one then stop.
loop: Like "once", but go back to the first frame instead of stopping.
loopReverse: Like "reverse", but go back to the last frame instead of stopping.
bounce: Play like the "once" mode, then "reverse", then "once", etc
bounceReverse: Like "bounce", but the order is reversed.
Change the way the animation is playing. once: Play each frames sequencially then stop. reverse: Play each frames from the last to the first one then stop. loop: Like "once", but go back to the first frame instead of stopping. loopReverse: Like "reverse", but go back to the last frame instead of stopping. bounce: Play like the "once" mode, then "reverse", then "once", etc bounceReverse: Like "bounce", but the order is reversed.