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