New to KendoReact? Learn about KendoReact Free.
PopupZoomDirections
The possible directions for zoom animations.
Possible values: 'in', 'out'.
ts
<Popup animation={{ type: 'zoom', direction: 'in' }} />
type
PopupZoomDirections = "in" | "out";