delay_between_text_parts property

delay_between_text_parts property

Defines a delay between animated text parts (words or letters). A positive value specifies the percentage of effect duration. A negative value specifies the delay in seconds. Read/write float.

Definition:

@property
def delay_between_text_parts(self):
    ...

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

See Also