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

TweenTypes()

Dictionary of all registered TweenTypes. [NON-INSTANTIABLE]

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.