IndependentlyAnimatableAttribute attribute

This topic has not yet been rated - Rate this topic

Not intended for general use. This attribute is used by design tools such as Blend for Microsoft Visual Studio 2012 for Windows 8. Blend interprets the attribute and informs app developers how a given animation will work as far as performance and restrictions.

Inheritance

Object
  Attribute
    IndependentlyAnimatableAttribute

Syntax


public sealed class IndependentlyAnimatableAttribute : Attribute

Attributes

AttributeUsageAttribute(256)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The IndependentlyAnimatableAttribute attribute has these types of members:

Constructors

The IndependentlyAnimatableAttribute attribute has these constructors.

ConstructorDescription
IndependentlyAnimatableAttribute Initializes a new instance of the FadeOutThemeAnimation class.

 

Methods

The IndependentlyAnimatableAttribute attribute inherits methods from the Object class.

Remarks

Animations of properties can either be enabled or disabled by default. Which case applies is determined by both the type of animation itself (and its subproperties) and the specific property being animated. Core Windows Runtime dependency properties are annotated with metadata describing whether the property is independently animatable. This information is also reported by design tools such as Blend in order to provide app developers with information about how a given animation will work.

ConditionallyIndependentlyAnimatableAttribute is applied to sub-property animation types that might be independently animatable depending on which property the animated type is applied to. In contrast, IndependentlyAnimatableAttribute is applied to those specific properties that really are independently animatable.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media.Animation
Windows::UI::Xaml::Media::Animation [C++]

Metadata

Windows.winmd

See also

Attribute

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.