TransitionMorphType

TransitionMorphType class

Represent a type of morph transition.

Constants

NameValueDescription
ByObject0Morph transition will be performed considering shapes as indivisible objects.
ByWord1Morph transition will be performed with transferring text by words where possible.
ByChar2Morph transition will be performed with transferring text by characters where possible.

ByObject

Morph transition will be performed considering shapes as indivisible objects.


ByWord

Morph transition will be performed with transferring text by words where possible.


ByChar

Morph transition will be performed with transferring text by characters where possible.