EffectRestartType
Overview
EffectRestartType is a enum in Aspose.Slides FOSS for Python.
Represent restart types for timing.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default restart setting for an animation effect |
ALWAYS | Represents that the effect restarts on every trigger |
WHEN_NOT_ACTIVE | Represents that the effect restarts only when it is not currently active |
NEVER | Represents that the effect never restarts after it has played |