All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.util.isElementInView.d.ts Maven / Gradle / Ivy

/**
 * Determines if the element is within the viewport.
 * @param el {HTMLElement}
 */
declare const isElementInView: (el: HTMLElement) => boolean;
export default isElementInView;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy