Stone.js API
    Preparing search index...

    Options controlling a transitional render.

    interface RenderWithTransitionOptions {
        doc?: ViewTransitionDocument;
        enabled?: boolean;
        isNavigation?: boolean;
    }
    Index
    doc?: ViewTransitionDocument

    Injected document (defaults to the global).

    enabled?: boolean

    Whether View Transitions are allowed (default true).

    isNavigation?: boolean

    Whether this render is a client navigation (transitions only wrap navigations, not the first paint/hydration).