New to KendoReact? Learn about KendoReact Free.
PopupAnimationBase
Updated on Sep 24, 2025
Defines the base animation settings for the Popup component.
Includes duration properties for opening and closing animations
ts
<Popup animation={{ openDuration: 500, closeDuration: 200 }} />
| Name | Type | Default | Description |
|---|---|---|---|
closeDuration? |
|
The duration of the closing animation in milliseconds. Defaults to | |
openDuration? |
|
The duration of the opening animation in milliseconds. Defaults to |