CAnimationController::RemoveTransitions
Removes transitions from animation objects that belong to the specified group.
void RemoveTransitions(
UINT32 nGroupID
);
Parameters
- nGroupID
Specifies Group ID.
Remarks
The group loops over its animation objects and calls ClearTransitions(FALSE) for each animation object. This method is called by the framework after animation has been scheduled.
Requirements
Header: afxanimationcontroller.h