direction property

direction property

Direction of transition. Read/write TransitionLeftRightDirectionType.

Definition:

@property
def direction(self):
    ...

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

See Also