Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONENo animation. Not implemented in Windows Vista. |
BPAS_LINEARLinear fade animation. |
BPAS_CUBICCubic fade animation. Not implemented in Windows Vista. |
BPAS_SINESinusoid 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 |