The form of the calculated path (bezier curve).
Member Name | Description |
---|---|
linear | The keyframes are connected by straight lines. |
smooth | A bezier is calculated, if the path is not closed, the path leads through the first and last keyframe. The keyframes between the enpoints are used as control points. Note: the minimal number of keyframes must be 3, otherwise a lower order is used. |
smoother | As smooth, but calculated at a higher order. Note: the minimal number of keyframes must be 4, otherwise a lower order is used. |
smoothest | As smoother, but calculated at a higher order. Note: the minimal number of keyframes must be 5, otherwise a lower order is used. |
Namespace: AnimationStudio
Assembly: AnimationStudio (in AnimationStudio.dll)