fade_out_duration property

fade_out_duration property

Specifies the time duration for the ending fade-out of the media in milliseconds. Read/write float.

Definition:

@property
def fade_out_duration(self):
    ...

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

See Also