EffectTriggerType

EffectTriggerType

Overview

EffectTriggerType is a enum in Aspose.Slides FOSS for Python.

Represent trigger type of effect.

This enumeration defines 3 values: AFTER_PREVIOUS, ON_CLICK, WITH_PREVIOUS.

Values

ValueDescription
AFTER_PREVIOUSRepresents an animation that starts automatically after the previous effect finishes
ON_CLICKRepresents an animation that starts when the user clicks during the presentation
WITH_PREVIOUSRepresents an animation that starts simultaneously with the previous effect

See Also