Timeline.Add Method
Animation Studio Reference

Timeline.Add Method 

Add a KeyFrame to the Timeline.

[Visual Basic]
Public Sub Add( _
   ByVal KeyFrame As KeyFrame _
)
[C#]
public void Add(
   KeyFrame KeyFrame
);

Parameters

KeyFrame

Remarks

Note: Call CalcFrames after adding KeyFrames, to update all Frames in the Timeline.

See Also

Timeline Class | AnimationStudio Namespace