ZoomDirection

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

The supported directions are:

  • (Default) out—Zooms the content from the outside to the inside.
  • in—Zooms the content from the inside to the outside.

type ZoomDirection = "in" | "out";

In this article

Not finding the help you need?