transition_duration property

transition_duration property

Gets or sets the duration of the transition between Zoom and slide. Read/write float. Default value: 1.0f

Remarks

If not specified (TransitionDur = 0), it will use the destination slide transition and the timings associated with that transition.

Definition:

@property
def transition_duration(self):
    ...

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

See Also