speed property

speed property

Specifies the transition speed that is to be used when transitioning from the current slide to the next. Read-write TransitionSpeed.

Definition:

@property
def speed(self):
    ...

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

See Also