Timeline Class
Animation Studio Reference

Timeline Class

The Timeline holds the KeyFrames and Frames of a Sprite. The Frames of the Sprite are generated by interpolating the values from one KeyFrame to the next KeyFrame. The number of Frames generated between two KeyFrames depends on the settings of Duration.

For a list of all members of this type, see Timeline Members.

System.Object
   CollectionBase
      Timeline

[Visual Basic]
NotInheritable Public Class Timeline
Inherits CollectionBase
[C#]
public sealed class Timeline : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: AnimationStudio

Assembly: AnimationStudio (in AnimationStudio.dll)

See Also

Timeline Members | AnimationStudio Namespace