new TweenTypes()
MEMBERS
-
"Ease" :TweenType
-
The 'Ease' TweenType. This TweenType interpolates between the current value/values and the end value/values smoothly, accelerating from the starting values, and decelarating as the ending values are approached.
-
"Linear" :TweenType
-
The 'Linear' TweenType. This TweenType interpolates linearly between the current value/values and the end value/values.