Share via


CAnimationVariable::ApplyTransitions

Adds transitions from the internal list to storyboard.

void ApplyTransitions(
   CAnimationController* pController,
   IUIAnimationStoryboard* pStoryboard,
   BOOL bDependOnKeyframes
);

Parameters

  • pController
    A pointer to parent animation controller.

  • pStoryboard
    A pointer to storyboard.

  • bDependOnKeyframes
    TRUE, if this method should add transitions that depend on keyframes.

Remarks

This method adds transitions from the internal list to storyboard. It's called from the top level code several times to add transitions that do not depend on keyframes and add transitions that depend on keyframes. If the underlying animation variable COM object has not been created, this method creates it at this stage.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationVariable Class