Interface for the props of the Reveal component.

IRevealProps

interface IRevealProps {
    animation?: "none" | "slideDown" | "fadeIn" | "scale";
    appear?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

animation?: "none" | "slideDown" | "fadeIn" | "scale"
appear?: boolean