New to KendoReact? Learn about KendoReact Free.
FadePopupAnimation
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'. |