direction property

direction property

Direction of transition split. Read/write TransitionInOutDirectionType.

Definition:

@property
def direction(self):
    ...

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

See Also