RevealDirection

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

The supported directions are:

  • (Default) vertical—Reveals the height of the content.
  • horizontal—Reveals the width of the content.

type RevealDirection = "horizontal" | "vertical";

In this article

Not finding the help you need?