Skip to content

Latest commit

 

History

History
95 lines (64 loc) · 3.41 KB

nn-uianimation-iuianimationvariable.md

File metadata and controls

95 lines (64 loc) · 3.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:uianimation.IUIAnimationVariable
IUIAnimationVariable (uianimation.h)
Defines an animation variable, which represents a visual element that can be animated.
IUIAnimationVariable
IUIAnimationVariable interface [Windows Animation]
IUIAnimationVariable interface [Windows Animation]
described
uianimation.iuianimationvariable
uianimation/IUIAnimationVariable
uianimation\iuianimationvariable.htm
UIAnimation
1632e62d-6e82-4841-8823-f6b60efc4298
12/05/2018
IUIAnimationVariable, IUIAnimationVariable interface [Windows Animation], IUIAnimationVariable interface [Windows Animation],described, uianimation.iuianimationvariable, uianimation/IUIAnimationVariable
uianimation.h
Windows
Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps \| UWP apps]
None supported
UIAnimation.idl
UIAnimation.dll
Windows
19H1
IUIAnimationVariable
uianimation/IUIAnimationVariable
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationVariable

IUIAnimationVariable interface

-description

Defines an animation variable, which represents a visual element that can be animated.

-inheritance

The IUIAnimationVariable interface inherits from the IUnknown interface. IUIAnimationVariable also has these types of members:

-remarks

Along with IUIAnimationTransition and IUIAnimationStoryboard, IUIAnimationVariable is a primary component for building animations. To create and manage animation variables, use IUIAnimationManager.

-see-also

IUIAnimationManager::CreateAnimationVariable

IUIAnimationManager::GetVariableFromTag

IUIAnimationManager::ScheduleTransition

IUIAnimationStoryboard::AddTransition

IUIAnimationStoryboard::AddTransitionAtKeyframe

IUIAnimationStoryboard::AddTransitionBetweenKeyframes

IUIAnimationStoryboard::HoldVariable

IUnknown