ZoomPopupAnimation
Interface
Defines the zoom animation settings for the Popup component.
Use this to configure zoom type and direction
Definition
Package:@progress/kendo-react-popup
Syntax:
ts
<Popup animation={{ type: 'zoom', direction: 'in' }} />
Properties
The direction of the zoom animation. Possible values: 'in', 'out'.
type
"zoom"
The type of the animation. Must be 'zoom'.