function getNumericStyleVal()

in antora-ui-camel/src/js/02-on-this-page.js [108:110]


  function getNumericStyleVal (el, prop) {
    return parseFloat(window.getComputedStyle(el)[prop])
  }