Windows.UI.Core.AnimationMetrics namespace

Expand
This topic has not yet been rated - Rate this topic

Windows.UI.Core.AnimationMetrics namespace

[This documentation is preliminary and is subject to change.]

Provides access to the raw parameters for Windowsanimations. This enables developers of applications and application frameworks to create animations consistent with Windowsand other apps that use the Windows Animation Library.

Members

The Windows.UI.Core.AnimationMetrics namespace has these types of members:

Classes

The Windows.UI.Core.AnimationMetrics namespace has these classes.

ClassDescription
AnimationDescription Describes an animation that is applied to a specific target. Exposes a list of animations to perform on the target as well as timing information to apply to them.
OpacityAnimation Provides the parameters of an opacity (fade in or fade out) animation.
PropertyAnimation Describes properties of animations that are common to all property animation types.
ScaleAnimation Provides the parameters for an animation that makes an object larger or smaller.
TranslationAnimation Provides the parameters of an animation that moves an object to a new location.

 

Enumerations

The Windows.UI.Core.AnimationMetrics namespace has these enumerations.

EnumerationDescription
AnimationEffect Specifies an animation.
AnimationEffectTarget Specifies a participant in an animation.
PropertyAnimationType Specifies the animation type represented by a PropertyAnimation object.

 

Interfaces

The Windows.UI.Core.AnimationMetrics namespace implements these interfaces.

InterfaceDescription
IPropertyAnimation Describes properties of animations that are common to all animation effects.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Core.AnimationMetrics
[C++]

Metadata

Windows.winmd

See also

Animation metrics sample

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD