CBaseTransition::TRANSITION_TYPE Enumeration
Defines the transition types currently supported by the MFC implementation of Windows Animation API.
enum TRANSITION_TYPE;
Members
Values
Name |
Description |
---|---|
ACCELERATE_DECELERATE |
|
CONSTANT |
|
CUBIC |
|
CUSTOM |
|
DISCRETE |
|
INSTANTENEOUS |
|
LINEAR |
|
LINEAR_FROM_SPEED |
|
PARABOLIC_FROM_ACCELERATION |
|
REVERSAL |
|
SINUSOIDAL_FROM_RANGE |
|
SINUSOIDAL_FROM_VELOCITY |
|
SMOOTH_STOP |
|
UNKNOWN |
Remarks
A transition type is set in the constructor of specific transition. For example, CSinusoidalTransitionFromRange sets its type to SINUSOIDAL_FROM_RANGE.
Requirements
Header: afxanimationcontroller.h