@lskjs/navbar
Version:
LSK ux subrepo: navbar
13 lines (11 loc) • 383 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = triggerBrowserReflow;
// reading a dimension prop will cause the browser to recalculate,
// which will let our animations work
function triggerBrowserReflow(node) {
node.offsetHeight; // eslint-disable-line no-unused-expressions
}
//# sourceMappingURL=triggerBrowserReflow.js.map