KeyFrame.Duration Property
Animation Studio Reference

KeyFrame.Duration Property

Set or get the duration from this KeyFrame to the next KeyFrame. This value defines the number of Frames which will be generated between this KeyFrame and the next KeyFrame. The duration for 32 Frames is 1000 ms (1 second). The internal Framerate is 32 frames/sec for a Sprite.

[Visual Basic]
Public Property Duration As Integer
[C#]
public int Duration {get; set;}

See Also

KeyFrame Class | AnimationStudio Namespace