Enum sap.ui.unified.ContentSwitcherAnimationModule: sap/ui/unified/library


Predefined animations for the ContentSwitcher

Experimental API:Since version 1.16.0. API is not yet finished and might change completely


Since: 1.16.0.
Field Summary
sap.ui.unified.ContentSwitcherAnimation.FadeContent is faded (opacity change).
sap.ui.unified.ContentSwitcherAnimation.SlideOverThe new content slides in from the left while the old content slides out to the left at the same time.
sap.ui.unified.ContentSwitcherAnimation.SlideRightThe new slides in from the left (to the right).
sap.ui.unified.ContentSwitcherAnimation.ZoomInThe new content is "zoomed in" from the center and grows to fill the full content area.
sap.ui.unified.ContentSwitcherAnimation.ZoomOutThe old content is "zoomed out", i.e.
Field Detail
sap.ui.unified.ContentSwitcherAnimation.Fade: string
Content is faded (opacity change).
sap.ui.unified.ContentSwitcherAnimation.None: string
No animation. Content is switched instantly.
sap.ui.unified.ContentSwitcherAnimation.Rotate: string
The new content rotates in. (Just like one of those old newspaper-animations.)
sap.ui.unified.ContentSwitcherAnimation.SlideOver: string
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: string
The new slides in from the left (to the right).
sap.ui.unified.ContentSwitcherAnimation.ZoomIn: string
The new content is "zoomed in" from the center and grows to fill the full content area.
sap.ui.unified.ContentSwitcherAnimation.ZoomOut: string
The old content is "zoomed out", i.e. shrinks to a point at the center of the content area.