Dur Enum

Dur enumeration

Specifies the duration of an animation in SVG.

public enum Dur

Values

NameValueDescription
Media0The duration of the animation is determined by the length of the media being used.
Indefinite1The animation will continue indefinitely until it is explicitly stopped.

See Also