New to Kendo UI for Vue? Start a free 30-day trial

SlideDirection

Specifies the direction of the Slide Animation (see example).

The supported directions are:

  • up—On showing, slides the content from bottom to top, and vice-versa.
  • (Default) down—On showing, slides the content from top to bottom, 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";

In this article

Not finding the help you need?