advance_after_time property

advance_after_time property

Specifies the time, in milliseconds, after which the transition should start. This setting may be used in conjunction with the advClick attribute. If this attribute is not specified then it is assumed that no auto-advance will occur. Read-write int.

Definition:

@property
def advance_after_time(self):
    ...

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

See Also