Click or drag to resize
Ab4d.SharpEngine logo

IAnimationDuration Property

Duration of one animation loop in milliseconds. If duration has not been explicitly set using the SetDuration method, the duration is determined by length of the animation tracks (elements). If duration has been explicitly set, all tracks are temporally scaled to the specified length, so the estimated duration should also equal to the specified one. The duration estimate becomes available (valid) only after animation is started and tracks are finalized.

Namespace: Ab4d.SharpEngine.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
float Duration { get; }

Property Value

Single
See Also