Vue Popover - PopoverAnimation

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

import { dxPopoverAnimation } from "devextreme/ui/popover"

hide

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

Default Value: { type: 'fade', to: 0 }

show

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

Default Value: { type: 'fade', from: 0, to: 1 }