New to KendoReact? Learn about KendoReact Free.
ZoomDirection
Specifies the direction of the Zoom Animation (see example).
The supported directions are:
- (Default)
out—Zooms the content from the outside to the inside. in—Zooms the content from the inside to the outside.
type ZoomDirection = "in" | "out";