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.

6 lines (5 loc) 167 B
export type Inst = { pattern: string; props: string[]; }; export declare function setVectors(instructions?: Inst[], where?: 'pseudo' | 'root' | 'both'): void;