UI_ANIMATION_MODE enumeration (uianimation.h)

Defines animation modes.

Syntax

typedef enum __MIDL___MIDL_itf_UIAnimation_0000_0000_0003 {
  UI_ANIMATION_MODE_DISABLED = 0,
  UI_ANIMATION_MODE_SYSTEM_DEFAULT = 1,
  UI_ANIMATION_MODE_ENABLED = 2
} UI_ANIMATION_MODE;

Constants

 
UI_ANIMATION_MODE_DISABLED
Value: 0
Animation is disabled.
UI_ANIMATION_MODE_SYSTEM_DEFAULT
Value: 1
The animation mode is managed by the system.
UI_ANIMATION_MODE_ENABLED
Value: 2
Animation is enabled.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server None supported
Header uianimation.h

See also

IUIAnimationManager::SetAnimationMode