Lists all states Tween

Namespace:  Tweened
Assembly:  Tweened (in Tweened.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration TweenedState
C#
public enum TweenedState
Visual C++
public enum class TweenedState
JavaScript
Tweened.TweenedState = function();
Tweened.TweenedState.createEnum('Tweened.TweenedState', false);

Members

Member nameDescription
Tweening
It is the state of tween when the animation is being.
Reversing
It is the state of tween when the animation back is being.
Stopped
It is the state of tween when no animation is being or when animation back is completed.
Paused
It is the state of tween when the animation is paused.
RPaused
It is the state of tween when the animation back is paused.
Completed
It is the state of tween when the animation has been completed.

See Also