AnimationEffectTarget AnimationEffectTarget AnimationEffectTarget AnimationEffectTarget Enum

Definition

Specifies a participant in an animation.

public : enum class AnimationEffectTargetpublic enum AnimationEffectTargetPublic Enum AnimationEffectTarget// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.UI.Core.AnimationMetrics.AnimationMetricsContract (introduced v1)

Fields

Added Added Added Added

Objects that are being added.

Affected Affected Affected Affected

Objects affected by the animation, such as objects that move out of the way when another object is dropped between them.

Background Background Background Background

The background object

of the item.

Content Content Content Content

The content of the item.

Deleted Deleted Deleted Deleted

Objects that are being deleted.

Deselected Deselected Deselected Deselected

Objects that have been deselected through a cross-slide deselect interaction.

DragSource DragSource DragSource DragSource

Objects that are being dragged.

Hidden Hidden Hidden Hidden

Objects that are currently hidden.

Incoming Incoming Incoming Incoming

New content to replace old content.

Outgoing Outgoing Outgoing Outgoing

Old content that is being replaced by new content.

Outline Outline Outline Outline

An outline border around an area.

Primary Primary Primary Primary

The only participant in an single-target animation.

Remaining Remaining Remaining Remaining

Objects that are left behind after other items have been removed.

Revealed Revealed Revealed Revealed

Objects that become visible in an expansion.

RowIn RowIn RowIn RowIn

A row that is being added to a grid.

RowOut RowOut RowOut RowOut

A row that is about to be removed from a grid.

Selected Selected Selected Selected

Objects that are selected through a cross-slide select interaction.

Selection Selection Selection Selection

Objects, such as checkmarks, that indicate that an item is selected.

Shown Shown Shown Shown

Objects previously invisible that are becoming visible.

Tapped Tapped Tapped Tapped

Objects that have been tapped or clicked on.

Remarks

The AnimationDescription constructor uses the values of this enumeration to specify the animation target. The definition of each value can sometimes depend on

which animation effect is being performed.

Not all animations can be applied to all targets. See the specific documentation and guidance for an animation to determine which targets are supported.

See Also