enum sap.ui.core.Configuration.AnimationMode

Visiblity: public
Available since: N/A
Module: sap/ui/core/Configuration
Application Component: CA-UI5-COR

Enumerable list with available animation modes.

This enumerable is used to validate the animation mode. Animation modes allow to specify different animation scenarios or levels. The implementation of the Control (JavaScript or CSS) has to be done differently for each animation mode.


Properties Overview

Node Description
sap.ui.core.Configuration.AnimationMode.basic

basic can be used for a reduced, more light-weight set of animations.

sap.ui.core.Configuration.AnimationMode.full

full represents a mode with unrestricted animation capabilities.

sap.ui.core.Configuration.AnimationMode.minimal

minimal includes animations of fundamental functionality.

sap.ui.core.Configuration.AnimationMode.none

none deactivates the animation completely.