MergeAnimation Element

Combines multiple source animations into one.

Syntax

<MergeAnimation
    Type="{Alpha | ContentChangeHide | ContentChangeShow | GainFocus | Hide | Idle | LoseFocus | Move | Rotate | Scale | Show | Size}"
>
    <Sources />
</MergeAnimation>

Attributes

Sources

Contains the list of elements that will be merged together, which can be of the following types:

Animation

MergeAnimation

TransformAnimation

TransformByAttributeAnimation

Type

Indicates the type of event that this animation will respond to. This value must be a member of the AnimationEventType enumeration.

Requirements

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

See Also