UNPKG

domtranslator

Version:
5 lines (4 loc) 136 B
/** * Check visibility of element in viewport */ export declare function isInViewport(element: Element, threshold?: number): boolean;