PlayAnimation Element

Defines a rule action to play animation.

Syntax

<PlayAnimation
    ExclusiveApply="{true | false}"
    Target="ObjectPath element"
>
    <Animation />
</PlayAnimation>

Attributes

Animation

Specifies the animation to play.

The following child element is possible:

Animation

ExclusiveApply

Specifies whether to continue applying actions to this target after an application by this action.

Target

An ObjectPath obect that specifies the action target.

Remarks

To ensure that rules match conditions for PlayAnimation and PlaySound actions, only put these actions within a Condition that uses ConditionOp="ChangedTo".

Requirements

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

See Also