IDCompositionAnimation interface (dcompanimation.h)

Represents a function for animating one or more properties of one or more Microsoft DirectComposition objects. Any object property that takes a scalar value can be animated.

Inheritance

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

Methods

The IDCompositionAnimation interface has these methods.

 
IDCompositionAnimation::AddCubic

Adds a cubic polynomial segment to the animation function.
IDCompositionAnimation::AddRepeat

Adds a repeat segment that causes the specified portion of an animation function to be repeated.
IDCompositionAnimation::AddSinusoidal

Adds a sinusoidal segment to the animation function.
IDCompositionAnimation::End

Adds an end segment that marks the end of an animation function.
IDCompositionAnimation::Reset

Resets the animation function so that it contains no segments.
IDCompositionAnimation::SetAbsoluteBeginTime

Sets the absolute time at which the animation function starts.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header dcompanimation.h

See also

IDCompositionDevice::CreateAnimation