Restart Enum

Restart enumeration

Specifies the restart behavior for SVG animations.

public enum Restart

Values

NameValueDescription
Always0The animation can be restarted at any time, even if it is currently active.
WhenNotActive1The animation can only be restarted when it is not currently active.
Never2The animation cannot be restarted once it has started; it will run to completion.

See Also