AnimateTextType

AnimateTextType enum

Represents the animate text type of an animation effect.

enum class AnimateTextType

Values

NameValueDescription
AllAtOnce0Animate all text at once.
ByWord1Animate text by word.
ByLetter2Animate text by letter.

See Also