Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/jsx/hooks/index.ts>useViewTransition

Fast, Lightweight, Web-standards
Very Popular
Go to Latest
variable useViewTransition
import { useViewTransition } from "https://deno.land/x/hono@v4.1.4/jsx/hooks/index.ts";

type

() => [boolean, (callback: () => void) => void]