Render a RevealView component that animates the appearance of its children.

  • Parameters

    • props: IRevealViewProps

      The component props.

      • children

        The children to be revealed.

      • className

        The additional CSS class names for the component.

      • style

        The inline CSS styles for the component.

      • animation

        The animation to use for revealing the children.

      • delay

        The delay in milliseconds before the children start to appear.

      • appear

        Determines whether the children should appear.

    Returns Element