Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.81 KB

nn-uianimation-iuianimationtransitionfactory.md

File metadata and controls

69 lines (56 loc) · 2.81 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.IUIAnimationTransitionFactory
IUIAnimationTransitionFactory (uianimation.h)
Defines a method for creating transitions from custom interpolators.
IUIAnimationTransitionFactory
IUIAnimationTransitionFactory interface [Windows Animation]
IUIAnimationTransitionFactory interface [Windows Animation]
described
uianimation.iuianimationtransitionfactory
uianimation/IUIAnimationTransitionFactory
uianimation\iuianimationtransitionfactory.htm
UIAnimation
62aec8da-e067-4b61-9465-e07fb5b42b7f
12/05/2018
IUIAnimationTransitionFactory, IUIAnimationTransitionFactory interface [Windows Animation], IUIAnimationTransitionFactory interface [Windows Animation],described, uianimation.iuianimationtransitionfactory, uianimation/IUIAnimationTransitionFactory
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
IUIAnimationTransitionFactory
uianimation/IUIAnimationTransitionFactory
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationTransitionFactory

IUIAnimationTransitionFactory interface

-description

Defines a method for creating transitions from custom interpolators.

-inheritance

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

-remarks

When an application requires animation effects that are not available in the transition library, developers can implement custom transitions that it can use. A custom transition is created by first implementing the interpolator function for the transition, and then by using a factory object to generate transitions from the interpolator. An interpolator must implement the IUIAnimationInterpolator interface; an implementation of the transition factory object is provided by UIAnimationTransitionFactory.

-see-also

IUIAnimationInterpolator

IUnknown