DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

LoadPanelAnimation

Configures UI component visibility animations. This object contains two fields: show and hide.

import { dxLoadPanelAnimation } from "devextreme/ui/load_panel"

hide

An object that defines the animation properties used when the UI component is being hidden.

Default Value: null

show

An object that defines the animation properties used when the UI component is being shown.

Default Value: null