Table of Contents

Property SimpleDuration

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

SimpleDuration

Gets the number of seconds for the simple duration for this animation. If the simple duration is undefined (e.g., the end time is indefinite), then an exception is raised.

float SimpleDuration { get; }

Property Value

float

The number of seconds for the simple duration for this animation.

Exceptions

DomException

The simple duration is not determined on the given element.