repeat_until_end_slide property

repeat_until_end_slide property

This attribute specifies if the effect will repeat until the end of the slide. Read/write bool.

Definition:

@property
def repeat_until_end_slide(self):
    ...

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

See Also