ExpandDirection

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

The supported directions are:

  • (Default) vertical—Expands the content from center to top and bottom, and vice-versa.
  • horizontal—Expands the content from center to left and right, and vice-versa.

type ExpandDirection = "horizontal" | "vertical";

In this article

Not finding the help you need?