Share via


CDiscreteTransition::CDiscreteTransition

Constructs a discrete transition object and initializes its parameters.

CDiscreteTransition(
   UI_ANIMATION_SECONDS delay,
   DOUBLE dblFinalValue,
   UI_ANIMATION_SECONDS hold
);

Parameters

  • delay
    The amount of time by which to delay the instantaneous switch to the final value.

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

  • hold
    The amount of time by which to hold the variable at its final value.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CDiscreteTransition Class