EffectTriggerType
Overview
EffectTriggerType is a enum in Aspose.Slides FOSS for Python.
Represent trigger type of effect.
Values
| Value | Description |
|---|---|
AFTER_PREVIOUS | Represents an animation that starts automatically after the previous effect finishes |
ON_CLICK | Represents an animation that starts when the user clicks during the presentation |
WITH_PREVIOUS | Represents an animation that starts simultaneously with the previous effect |