PushPopupAnimation
Interface
Defines the push animation settings for the Popup component.
Use this to configure push type and direction
Definition
Package:@progress/kendo-react-popup
Syntax:
ts
<Popup animation={{ type: 'push', direction: 'down' }} />
Properties
The direction of the push animation. Possible values: 'left', 'right', 'up', 'down'.
type
"push"
The type of the animation. Must be 'push'.