IUIAnimationTransitionFactory2 interface (uianimation.h)

Defines a method for creating transitions from custom interpolators.

IUIAnimationTransitionFactory2 supports the creation of transitions in a specified dimension.

Inheritance

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

Methods

The IUIAnimationTransitionFactory2 interface has these methods.

 
IUIAnimationTransitionFactory2::CreateTransition

Creates a transition from a custom interpolator for a given dimension.

Remarks

When an application requires animation effects that are not available in the transition library, developers can implement custom transitions that the application 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 either the IUIAnimationInterpolator interface or the IUIAnimationInterpolator2 interface; an implementation of the transition factory object is provided by UIAnimationTransitionFactory or by UIAnimationTransitionFactory2.

Requirements

Requirement Value
Minimum supported client Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server None supported
Target Platform Windows
Header uianimation.h

See also

IUnknown

Interfaces