Restart enumeration
Restart enumeration
Specifies the restart behavior for SVG animations.
The Restart type exposes the following members:
Fields
| Field | Description |
|---|---|
| ALWAYS | The animation can be restarted at any time, even if it is currently active. |
| WHEN_NOT_ACTIVE | The animation can only be restarted when it is not currently active. |
| NEVER | The animation cannot be restarted once it has started; it will run to completion. |
See Also
- module
aspose.svg.builder