New to KendoReact? Learn about KendoReact Free.
FadePopupAnimation
Updated on Sep 24, 2025
Defines the fade animation settings for the Popup component.
Use this to configure fade type. Direction is always 'none'.
ts
<Popup animation={{ type: 'fade' }} />
| Name | Type | Default | Description |
|---|---|---|---|
type |
|
The type of the animation. Must be 'fade'. |