What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

TweenTypes()

Dictionary of all registered TweenTypes. [NON-INSTANTIABLE]

new TweenTypes()

MEMBERS

"Arc" :TweenType

The 'Arc' TweenType. This TweenType adds an arced 'bend' in the x, y, or z component of the swooped value.

"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.