animate_text_type property

animate_text_type property

Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write Effect.animate_text_type.

Definition:

@property
def animate_text_type(self):
    ...

@animate_text_type.setter
def animate_text_type(self, value):
    ...

See Also