IUIAnimationTransitionFactory interface (uianimation.h)

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:

Methods

The IUIAnimationTransitionFactory interface has these methods.

 
IUIAnimationTransitionFactory::CreateTransition

Creates a transition from a custom interpolator.

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.

Requirements

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

See also

IUIAnimationInterpolator

IUnknown