Share via


CAnimationController::CleanUpGroup

Visual Studio 2010 SP1 is required.

Called by the framework to clean up the group when animation has been scheduled.

void CleanUpGroup(
   UINT32 nGroupID
);
void CleanUpGroup(
   CAnimationGroup* pGroup
);

Parameters

  • nGroupID
    Specifies GroupID.

  • pGroup
    A pointer to animation group to clean.

Remarks

This method removes all transitions and keyframes from the specified group, because they are not relevant after an animation has been scheduled.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationController Class