jQuery Popover - PopupAnimation

import { dxPopupAnimation } from "devextreme/ui/popup"

hide

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

Default Value: { type: 'slide', duration: 400, from: { position: { my: 'center', at: 'center', of: window } }, to: { position: { my: 'top', at: 'bottom', of: window } }} (iOS)

show

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

Default Value: { type: 'slide', duration: 400, from: { position: { my: 'top', at: 'bottom', of: window } }, to: { position: { my: 'center', at: 'center', of: window } }} (iOS)