UNPKG

view-transitions-polyfill

Version:
14 lines (13 loc) 440 B
export declare class MediaClone extends HTMLElement { clone: HTMLCanvasElement; element: HTMLVideoElement | HTMLCanvasElement | undefined; ctx: CanvasRenderingContext2D; nextAnimationFrame?: number; live: boolean; constructor(); setup(element: HTMLVideoElement | HTMLCanvasElement, live?: boolean): void; connectedCallback(): void; disconnectedCallback(): void; drawLive(): void; draw(): void; }