Search results

GlobalAnimationMode API in JavaScript (ES5) Base API control

Defines the global animation modes for all components.

  • Default - Defines the global animation mode as Default. Animation is enabled or disabled based on the component’s animation settings.
  • Disable - Defines the global animation mode as Disable. Disables the animation for all components, regardless of the individual component’s animation settings.
  • Enable - Defines the global animation mode as Enable. Enables the animation for all components, regardless of the individual component’s animation settings.