New to KendoReact? Learn about KendoReact Free.
SlidePopupAnimation
Updated on Sep 24, 2025
Defines the slide animation settings for the Popup component.
Use this to configure slide type and direction
ts
<Popup animation={{ type: 'slide', direction: 'left' }} />
| Name | Type | Default | Description |
|---|---|---|---|
direction? |
|
The direction of the slide animation. Possible values: 'left', 'right', 'up', 'down'. | |
type? |
|
The type of the animation. Default is 'slide'. |