jQuery LoadPanel - OverlayAnimation

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

import { dxOverlayAnimation } from "devextreme/ui/overlay"

hide

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

Default Value: { type: 'pop', duration: 300, to: { opacity: 0, scale: 0.55 }, from: { opacity: 1, scale: 1 } } }

show

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

Default Value: { type: 'pop', duration: 400, from: { scale: 0.55 } }