from_black property

from_black property

This attribute specifies if the transition will start from a black screen (and then transition the new slide over black). Read/write bool.

Definition:

@property
def from_black(self):
    ...

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

See Also