TweenState
public enum TweenState
The state of a tween.
-
The state of a tween that is brand new or has just been revived.
Declaration
Swift
case new
-
The state of a tween that has been stopped and is no longer updating.
Declaration
Swift
case inactive
-
The state of a tween that has been started and is currently updating.
Declaration
Swift
case active
-
The state of a tween that is waiting for its delay to elapse before starting.
Declaration
Swift
case delayed
-
The state of a tween that has been started but is paused.
Declaration
Swift
case paused
-
The state of a tween that has been completed.
Declaration
Swift
case completed
-
The state of a tween that has been killed.
Declaration
Swift
case killed