Restart enumeration

Restart enumeration

Specifies the restart behavior for SVG animations.

The Restart type exposes the following members:

Fields

FieldDescription
ALWAYSThe animation can be restarted at any time, even if it is currently active.
WHEN_NOT_ACTIVEThe animation can only be restarted when it is not currently active.
NEVERThe animation cannot be restarted once it has started; it will run to completion.

See Also