getScaleProperty

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.dom.style

Get a scale properties of an HTMLElement

Params

  1. $elm*-HTMLElement

    The element to get the properties from

Return

  1. -Number

    The scale property

Example

import { getScaleProperty } from '@blackbyte/sugar/dom'
const props = getScaleProperty($myCoolHTMLElement);
// output format
// 2

Todo

  • testsnormal