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