Share via


CAnimationVariable::ClearTransitions

Clears transitions.

void ClearTransitions(
   BOOL bAutodestroy
);

Parameters

  • bAutodestroy
    Specifies whether this method should delete transition objects.

Remarks

This method removes all transitions from the internal list of transitions. If bAutodestroy is TRUE, or m_bAutodestroyTransitions is TRUE, then transitions are deleted. Otherwise the caller should deallocate the transition objects.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationVariable Class