auto_reverse property

auto_reverse property

Describes whether to automatically play the animation in reverse after playing it in the forward direction. Read/write bool.

Definition:

@property
def auto_reverse(self):
    ...

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

See Also