repeat_duration property

repeat_duration property

Describes the number of times the effect should repeat. Read/write float.

Definition:

@property
def repeat_duration(self):
    ...

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

See Also