animate_shapes property

animate_shapes property

Returns or sets shapes animation option. Read/write bool.

Definition:

@property
def animate_shapes(self):
    ...

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

See Also