DIR : /home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm/isVisible.js

/home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm

/**
 * Checks if a given element is currently visible.
 * 
 * @param node the element to check
 */
export default function isVisible(node) {
  return node ? !!(node.offsetWidth || node.offsetHeight || node.getClientRects().length) : false;
}
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer