BP_ANIMATIONSTYLE enumeration (uxtheme.h)
Used in the BP_ANIMATIONPARAMS structure to declare animation options.
Syntax
typedef enum _BP_ANIMATIONSTYLE {
BPAS_NONE,
BPAS_LINEAR,
BPAS_CUBIC,
BPAS_SINE
} BP_ANIMATIONSTYLE;
Constants
BPAS_NONE No animation. Not implemented in Windows Vista. |
BPAS_LINEAR Linear fade animation. |
BPAS_CUBIC Cubic fade animation. Not implemented in Windows Vista. |
BPAS_SINE Sinusoid fade animation. Not implemented in Windows Vista. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | uxtheme.h |