Property RepeatDuration
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
RepeatDuration
Gets or sets a value that specifies the total duration for repeat.
public string RepeatDuration { get; set; }
Property Value
- string
It can have the following attribute values:
- Clock-valueSpecifies the duration in presentation time to repeat the animation function f(t).
- indefiniteThe animation is defined to repeat indefinitely (i.e. until the document ends).