enum sap.ui.unified.ContentSwitcherAnimation

Visiblity: public
Available since: N/A
Module: sap/ui/unified/library
Application Component: CA-UI5-CTR

Predefined animations for the ContentSwitcher


Properties Overview

Node Description
sap.ui.unified.ContentSwitcherAnimation.Fade

Content is faded (opacity change).

sap.ui.unified.ContentSwitcherAnimation.None

No animation. Content is switched instantly.

sap.ui.unified.ContentSwitcherAnimation.Rotate

The new content rotates in. (Just like one of those old newspaper-animations.)

sap.ui.unified.ContentSwitcherAnimation.SlideOver

The new content slides in from the left while the old content slides out to the left at the same time.

sap.ui.unified.ContentSwitcherAnimation.SlideRight

The new slides in from the left (to the right).

sap.ui.unified.ContentSwitcherAnimation.ZoomIn

The new content is "zoomed in" from the center and grows to fill the full content area.

sap.ui.unified.ContentSwitcherAnimation.ZoomOut

The old content is "zoomed out", i.e. shrinks to a point at the center of the content area.