Table of Contents

Property StartTime

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

StartTime

Gets the begin time, in seconds, for this animation element's current interval, if it exists, regardless of whether the interval has begun yet. If there is no current interval, then a DomException with code INVALID_STATE_ERR is thrown.

float StartTime { get; }

Property Value

float

The start time, in seconds, of this animation element's current interval.

Exceptions

DomException

The animation element does not have a current interval.