has_bounce property

has_bounce property

Specifies that the movement of the presentation slides during the transition includes a bounce. Read/write bool.

Definition:

@property
def has_bounce(self):
    ...

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

See Also