Share via


CAnimationController::OnAfterSchedule

Visual Studio 2010 SP1 is required.

Called by the framework when an animation for the specified group has just been scheduled.

virtual void OnAfterSchedule(
   CAnimationGroup* pGroup
);

Parameters

  • pGroup
    A pointer to an animation group, which has been scheduled.

Remarks

The default implementation removes keyframes from the specified group and transitions from animation variables that belong to the specified group. Can be overridden in a derived class to take any additional actions upon animation schedule.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationController Class