@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.
5 lines (4 loc) • 411 B
TypeScript
export declare function setSelectedViewTransitionNames(selector: string, prefix: any, force?: boolean): void;
export declare function setGivenViewTransitionNames(elements: HTMLElement[], prefix: string, force?: boolean): void;
export declare function setOldPageViewTransitionNames(selector: string, prefix: any): void;
export declare function setNewPageViewTransitionNames(selector: string, prefix: any): void;