Share via


CSmoothStopTransition::CSmoothStopTransition

Constructs a smooth-stop transition and initializes its maximum duration and final value.

CSmoothStopTransition(
   UI_ANIMATION_SECONDS maximumDuration,
   DOUBLE dblFinalValue
);

Parameters

  • maximumDuration
    The maximum duration of the transition.

  • dblFinalValue
    The value of the animation variable at the end of the transition.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CSmoothStopTransition Class