Get Scale Value of CSS Transformation through Javascript

Scale Value with Javascript I was looking for a quick and easy way to get a scale value of a css -webkit-transform with javascript. The html and css: <div id="transformed"></div> #transform { -webkit-transform: scale(.8); } First, we need to get the property value of -webkit-trans…