fade_in_duration property

fade_in_duration property

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

Definition:

@property
def fade_in_duration(self):
    ...

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

See Also