UNPKG

@vtbag/utensil-drawer

Version:

Pull out just what you need to craft seamless transitions. The Utensil Drawer holds reusable functions to help you build websites with view transitions. It is a bit sparse right now, but like the one in your kitchen, it is bound to fill up over time.

4 lines (3 loc) 267 B
export declare const getTypeAttributes: () => Set<string>; export declare function root(scope: Document | HTMLElement): HTMLElement; export declare function polyfilledTypes(scope: Document | Element, viewTransition: ViewTransition, proxied: boolean): ViewTransition;