React Router API Reference
    Preparing search index...

    Function useViewTransitionState

    • This hook returns true when there is an active View Transition and the specified location matches either side of the navigation (the URL you are navigating to or the URL you are navigating from). This can be used to apply finer-grained styles to elements to further customize the view transition. This requires that view transitions have been enabled for the given navigation via LinkProps.viewTransition (or the Form, submit, or navigate call)

      Parameters

      • to: To

        The To location to compare against the active transition's current and next URLs.

      • options: { relative?: RelativeRoutingType } = {}

        Options

      Returns boolean

      true if there is an active View Transition and the resolved path matches the transition's destination or source pathname, otherwise false.

      framework

      data