TransformAnimation Element

Enables you to perform simple time- and value-based transformations on all of the keyframes in a reference animation.

Syntax

<TransformAnimation
    Delay="float"
    Filter="{All | Alpha | Color | Position | Rotate | Scale | Size}"
    Magnitude="float"
    Source="Animation element"
    TimeScale="float"
    Type="AnimationEventType enum"
/>

Attributes

Delay

Specifes the amount by which all keyframes from the source past time 0.0 will have their time offset.

Filter

When processing the keyframes from the source, only keyframes that match this filter will be transformed. This value must be a member of the KeyframeFilter enumeration.

Magnitude

Specifies the value by which all keyframes from the source will have their value multiplied.

Source

Specifies the reference to an Animation element.

TimeScale

Specifies the value by which all keyframes from the source will have their time multiplied.

Type

Indicates the type of event that this animation will respond to. This value is a member of the AnimationEventType enumeration. This value is read-only.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also