The tag for a segment curve. A segment curve is a collection of ISegment data.
| Type | Attributes | Description |
| EndFrame | Animation's end time. | |
|---|---|---|
| AnimationCurveRepeatMethod | PostRepeatMethod | Repetition method for subsequent to animation's end time. |
| AnimationCurveRepeatMethod | PreRepeatMethod | Repetition method for prior to animation's start time. |
| StartFrame | Animation's start time. |
AnimationCurveRepeatMethod Enumerated Type| Value | Description |
| None | Do not repeat. |
|---|---|
| Repeat | Simple repeat. |
| Mirror | Invert and repeat for each repeat over time. |
| RelativeRepeat |
Repeat relative to the final value of the previous repeat. A simple repeat if relative values have no meaning for the curve. Not supported by the runtime library. |
<TransformAnimation> |
CONFIDENTIAL