Share via


CAnimationGroup::Animate

Animates a group.

BOOL Animate(
   IUIAnimationManager* pManager,
   IUIAnimationTimer* pTimer,
   BOOL bScheduleNow
);

Parameters

  • pManager

  • pTimer

  • bScheduleNow

Return Value

TRUE if the method succeeds; otherwise FALSE.

Remarks

This method creates an internal storyboard, creates and applies transitions and schedules an animation if bScheduleNow is TRUE. If bScheduleNow is FALSE, you need to call Schedule to start animation at the specified time.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationGroup Class