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