advance_after property

advance_after property

This attribute specifies if the slideshow will move to the next slide after a certain time. Read/write bool.

Definition:

@property
def advance_after(self):
    ...

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

See Also