Share via


CCustomInterpolator::GetDuration

Gets the interpolator's duration.

virtual BOOL GetDuration(
   UI_ANIMATION_SECONDS *duration
);

Parameters

  • duration
    Output. The duration of the transition, in seconds.

Return Value

Basic implementation always returns TRUE. Return FALSE from overridden implementation if you wish to fail the event.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CCustomInterpolator Class