CBaseTransition::TRANSITION_TYPE Enumeration

Visual Studio 2010 SP1 is required.

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

See Also

Reference

CBaseTransition Class