New to KendoReact? Learn about KendoReact Free.
SlideDirection
Updated on Oct 30, 2025
Specifies the direction of the Slide Animation (see example).
The supported directions are:
- (Default) down—On showing, slides the content from top to bottom, and vice-versa.
- up—On showing, slides the content from bottom to top, and vice-versa.
- left—On showing, slides the content from right to left, and vice-versa.
- right—On showing, slides the content from left to right, and vice-versa.
type SlideDirection = "up" | "down" | "left" | "right";