TweenState


Declaration

public enum TweenState

Description

A type of animation state that a tween can be in.

Properties

ReadyThe tween has been initialized and is ready to be played.
PlayingThe tween is currently playing and receiving updates.
StoppedThe tween is currently stopped/paused.
CompleteThe tween has completed but not yet killed.
KilledThe tween is killed, making it no longer usable.