BCGSuite for MFC
BOOL CBCGPAnimationManager::StartAnimation ( double  dblStartValue,
double  dblFinalValue,
double  dblDurationInSeconds,
BCGPAnimationType  type,
CBCGPAnimationManagerOptions pOptions = NULL,
double  dblDelayInSeconds = 0.0 
)

Starts an animation.

Call this method to start the animation.

Parameters
dblStartValueThe start value.
dblFinalValueThe final value.
dblDurationInSecondsThe duration in seconds.
typeAnimation type.
pOptions[in,out] (Optional) If non-null, options for controlling the operation.
dblDelayInSecondsThe delay in seconds. The animation will start after this delay.
Returns
TRUE if it succeeds, FALSE if it fails.