CAnimationGroup::RemoveTransitions

Removes transitions from animation objects that belong to an animation group.

void RemoveTransitions();

Remarks

If m_bAutoclearTransitions flag is set to TRUE, this method loops over all animation objects that belong to the group and calls CAnimationObject::ClearTransitions(FALSE).

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationGroup Class