through_black property

through_black property

Specifies whether the transition fades through black. Read/write bool.

Definition:

@property
def through_black(self):
    ...

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

See Also