Enum Dur
Enum Dur
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the duration of an animation in SVG.
[ComVisible(true)]
public enum Dur
Fields
Indefinite = 1
The animation will continue indefinitely until it is explicitly stopped.
Media = 0
The duration of the animation is determined by the length of the media being used.