FadePopupAnimation
Interface
Defines the fade animation settings for the Popup component.
Use this to configure fade type. Direction is always 'none'.
Definition
Package:@progress/kendo-react-popup
Syntax:
ts
<Popup animation={{ type: 'fade' }} />
Properties
type
"fade"
The type of the animation. Must be 'fade'.