IUIAnimationTransitionFactory::CreateTransition method
Creates a transition from a custom interpolator.
Syntax
HRESULT CreateTransition(
[in] IUIAnimationInterpolator *interpolator,
[out] IUIAnimationTransition **transition
);
Parameters
- interpolator [in]
-
The interpolator from which a transition is to be created. The specified object must implement the IUIAnimationInterpolator interface.
- transition [out]
-
The new transition.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See Windows Animation Error Codes for a list of error codes.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also