IUIAnimationPrimitiveInterpolation interface (uianimation.h)

Defines a method that allows a custom interpolator to provide transition information, in the form of a cubic polynomial curve, to the animation manager.

Inheritance

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

Methods

The IUIAnimationPrimitiveInterpolation interface has these methods.

 
IUIAnimationPrimitiveInterpolation::AddCubic

Adds a cubic polynomial segment that describes the shape of a transition curve to the animation function.
IUIAnimationPrimitiveInterpolation::AddSinusoidal

Adds a sinusoidal segment that describes the shape of a transition curve to the animation function.

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

IUIAnimationInterpolator2

IUnknown

Interfaces