Share via


CLinearTransitionFromSpeed::CLinearTransitionFromSpeed

Visual Studio 2010 SP1 is required.

Constructs a linear-speed transition object and initializes it with speed and final value.

CLinearTransitionFromSpeed(
   DOUBLE dblSpeed,
   DOUBLE dblFinalValue
);

Parameters

  • dblSpeed
    The absolute value of the variable's velocity.

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

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CLinearTransitionFromSpeed Class