Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates all transitions to be applied to this animation variable.
BOOL CreateTransitions(
IUIAnimationTransitionLibrary* pLibrary,
IUIAnimationTransitionFactory* pFactory
);
Parameters
pLibrary
A pointer to transition library.pFactory
A pointer to transition factory.
Return Value
TRUE if transitions were created successfully; otherwise FALSE.
Remarks
This method is called by the framework when it needs to create transitions that have been added to the variable's internal list of transitions.
Requirements
Header: afxanimationcontroller.h